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

Organizations

@pytonik @claret-nnamocha

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, I'm Claret👋

🚀 About Me

I'm a Software Engineer with over 5 years of experience specializing in custom software, mobile app development, financial solutions, and blockchain technologies. I have a passion for building robust, scalable applications and improving user experiences across different platforms.

  • 🌍 Based in Nigeria
  • 💼 Previously worked with Aya (Techstars '23), and WAYA PayChat
  • 🎤 Co-organizer for Google Developer Groups (GDG) Owerri, leading community events and driving tech education

🛠 Tech Stack

Here are some of the technologies I work with:

Languages

JavaScript TypeScript Solidity Python PHP Go

Frameworks & Libraries

React Node.js Express.js React Native NestJS Django FastAPI Laravel

Tools & Platforms

GitHub Docker AWS Google Cloud

🌱 I’m Currently Learning

  • Zero-Knowledge Proofs and Scalability Solutions in blockchain
  • Advanced Typescript for large-scale applications
  • Google Cloud tools for scalable backend architectures

🔗 Connect with Me

LinkedIn Twitter

⚡ Fun Fact

I’m currently learning to play the piano! 🎹

Pinned Loading

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

    Sample custodial wallet api written with nodejs, typescript and express

    TypeScript 11 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);