About
Having previously worked at a startup building an NFT marketplace and a custom wallet application, I saw the potential of Web3 and the impact it was making. This sparked my interest in learning more about the Web3 stack, particularly Solana and Ethereum.
Over the past year, I’ve immersed myself in the Web3 space, diving deep into Solana program development with the Anchor (Rust) framework. I also enrolled in Alchemy University, where I learned Solidity and Hardhat for Ethereum smart contract development. Additionally, I had the pleasure of being part of the Turbin3 cohort .
Skills
Check out my latest work
I've worked on a variety of projects, from simple websites to complex web applications. Here are a few of my favorites.
GeniusHive AI
The Genius Hive App combines advanced AI technologies with a user-friendly interface, enabling seamless interaction with a Language Model (LLM) acting as a scientist. Built with Next.js,Tailwind CSS, TypeScript, the app utilizes Vercel AI SDK and integrates OpenAI API for enhanced natural language processing
Anchor & Solidity Smart Contracts
In my web3 journey I build number of smart contract, here are the some of the notable ones.
- V
Vault
A Solana program enabling users to create, deposit into, withdraw from, and close a user-specific account. - E
Escrow
A Solana program for holding funds until a condition is met for achieving a trustless conditional transfer. - N
NFT Staking
A Solana program for staking an NFT from a specific collection, earning points, and minting rewards. - M
Marketplace
A Solana program for initilaize marketplace by admin, users can list, purchase and delist their listed nfts - A
AMM
An Solana program where a liquidity pool is created, providers can deposit and withdraw tokens, and users can swap tokens via the pool. - P
Party Split
Solidity smart contract for enabling members pool resources, paying for venue and returning balance equally to members of pool - M
MultiSig
Solidity smart contract which keep tract of owners, transactions and confirmations required for transfer of value, when confirmations are met, transaction value is transferred to destination address - D
Dead Man's Switch
Solidity smart contract for detecting if someone becomes incapacitated, and transferring contract value to recipient address.