Skip to content
View claretnnamocha's full-sized avatar
🤓
Being the best version of me
🤓
Being the best version of me
  • Cloud

Organizations

@pytonik @claret-nnamocha

Block or report claretnnamocha

Report abuse

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

Report abuse

Pinned Loading

  1. custodial-wallet-api custodial-wallet-api Public

    Sample custodial wallet api written with nodejs, typescript and express

    TypeScript 13 5

  2. zksync-hardhat-sample zksync-hardhat-sample Public

    Simple hardhat template used to deploy Smart Contracts to the ZKSync L2 network.

    TypeScript

  3. claret-nnamocha/custodial-wallet-2 claret-nnamocha/custodial-wallet-2 Public

    Improved custodial wallet written in solidity

    Solidity

  4. claret-nnamocha/penny-auction claret-nnamocha/penny-auction Public

    A bidding fee auction, also called a penny auction, is a type of all-pay auction in which all participants must pay a non-refundable fee to place each small incremental bid. The auction is extended…

    Solidity 1

  5. Simple E2E encryption strategy Simple E2E encryption strategy
    1
    import { decrypt, encrypt, generatePrivate, getPublic } from "eccrypto";
    2
    
                  
    3
    // setup
    4
    let privateKey = generatePrivate();
    5
    let publicKey = getPublic(privateKey);
  6. nest-template nest-template Public template

    TypeScript