Skip to content
View includenull's full-sized avatar
🀟
🀟

Highlights

  • Pro

Organizations

@worldwide-asset-exchange @blocdraig

Block or report includenull

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
includenull/README.md

include(null); Wales

Hello there. I'm a software engineer based in London. I have been building websites since I was eleven and have a passion for computers, servers, and networking.

X Badge daily.dev Badge Website Badge

πŸ€“ A Few Quick Facts

  • Currently building a NFT and block explorer for the WAX Blockchain at waxitems.com.
  • I've maintained a homelab for many years including my 200 TB Unraid server.
  • I write articles about building on the WAX Blockchain on onblock.dev.
  • Digital items since 2001. NFTs since 2017.
  • Making the world a better place, one block at a time.
  • Pop!_OS for work, Windows for gaming.
  • Huge BABYMETAL fan 🀘🏻🦊🀘🏻.

πŸ“ Latest Blog Articles

πŸ”§ Some Tools I Use

react javascript typescript php go cpp tailwindcss laravel adonisjs postgresql mysql redis nodejs nginx docker

🎧 What I'm Listening To

My scrobbles

Pinned Loading

  1. blocdraig/awesome-wax blocdraig/awesome-wax Public

    πŸ‘‘ A curated list of awesome resources related to the WAX Blockchain.

    3 3

  2. blocdraig/nft-ipfs-grabber blocdraig/nft-ipfs-grabber Public

    Grab all IPFS hashes from Atomic Assets NFTs owned by a account or within a collection and output them to csv files.

    TypeScript 2

  3. Service for validating Anchor Identi... Service for validating Anchor IdentityProof and Cloud Wallet proof. Uses redis to store key (nonce) for 120 seconds, and store transaction ID for Anchor to prevent replay attacks.
    1
    import { Bytes, PublicKey, Signature, TimePointSec } from '@wharfkit/antelope'
    2
    import { ChainDefinition, WAXAccountObject } from '@wharfkit/common'
    3
    import { AccountKit } from '@wharfkit/account'
    4
    import { IdentityProof } from '@wharfkit/signing-request'
    5
    
                  
  4. Helper class to calculate rewards an... Helper class to calculate rewards and APR for WAX Blockchain, relies on WharfKit.
    1
    import moment from 'moment';
    2
    import { WAXAccountVoterInfo } from '@wharfkit/common';
    3
    import { Asset } from '@wharfkit/antelope';
    4
    
                  
    5
    class RewardsHelper {