Skip to content
View blmalone's full-sized avatar
🌯
🌯
Block or Report

Block or report blmalone

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

Pinned

  1. Multiprocessor-Programming Multiprocessor-Programming Public

    Concurrent data structures - Educational purposes only. Not to be relied upon.

    Java 2

  2. Blockchain-Academic-Verification-Service Blockchain-Academic-Verification-Service Public

    Code corresponding to research paper I wrote early 2017 - Java, Javascript, Ethereum, Solidity, IPFS, SMTP Server, Meteor, Gradle, Spring Boot, Hibernate, Spring security, MySQL, MetaMask

    Java 6 3

  3. EIP2981-implementation EIP2981-implementation Public

    Forked from dievardump/EIP2981-implementation

    Repository that shows how to easily implement EIP2981

    Solidity 5 1

  4. Creating an extended private key fro... Creating an extended private key from bip32 test vector
    1
    import { algo, enc } from 'crypto-js';
    2
    import { ec as EC } from "elliptic";
    3
    import * as bs58check from "bs58check";
    4
    
                  
    5
    const ec = new EC("secp256k1");
  5. eip-nft eip-nft Public

    Recognizing contributions to the Ethereum ecosystem through NFTs; enabled via an authenticated minting pattern.

    Solidity 2

  6. solidity-refresh solidity-refresh Public

    Solidity Refresher with Foundry

    Solidity