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

Block or report claretnnamocha

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
claretnnamocha/README.md

Hi there

  • 🔭 I’m currently working on financial & blockchain solutions
  • 🌱 I’m currently learning better software structure and architecture
  • 👯 I’m looking to collaborate on new and cutting edge technologies
  • 🤔 I’m looking for help with any opportunity to improve myself
  • 💬 Ask me about backend/fintech/blockchain stuff
  • 📫 How to reach me: devclareo@gmail.com
  • 😄 Pronouns: he/him/his
  • ⚡ Fun fact: I love to watch TV and code at the same time 😄

Socials

Pinned

  1. template-2 template-2 Public template

    Backend template with typescript and express ready to go with swagger documentation

    TypeScript 1 1

  2. custodial-wallet-api custodial-wallet-api Public

    Sample custodial wallet api written with nodejs, typescript and express

    TypeScript 12 5

  3. zksync-hardhat-sample zksync-hardhat-sample Public

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

    TypeScript

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

    Improved custodial wallet written in solidity

    Solidity

  5. 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

  6. 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);