โก Bitcoin Lightning | L2 Specialist ๐ | DevOps Enthusiast โ๏ธ | Solidity Developer ๐ | Web3 Builder ๐ | Hyperledger Advocate ๐
๐ About Me ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย
- ๐จโ๐ป Currently learning DeFi @Cyfrin.
- ๐ ๏ธ Hackathon Builder.
- ๐ค Contributed to Bitcoin - Lightning Network (Open Source).
- ๐ Web3, DeFi, and Crypto Enthusiast.
- ๐ค Experienced in ML/AI, Computer Vision.
- ๐ก Passionate about Data Structures & Algorithms.
- ๐ฏ Always eager to learn and adapt to new tech trends.
Name | Description | Source Code | Deployed At | Built with ๐ค At |
---|---|---|---|---|
MedX | zK-powered healthcare management for secure medical records and streamlined prescriptions. ๐ฉโโ๏ธ | Repo | Vercel | ๐ SuperHacks |
BlockTease | ๐ OnlyFans for web3: A decentralized platform addressing payout delays, high fees, and hidden charges with transparent agreements. | Repo | Vercel | ๐ Chainlink BlockMagic |
๐บ๐ธ ProgressionXR | AI, XR, and Web3 fitness platform featuring AI wellness coaches, Fitbit/VR integrations, and multichain attestations for privacy. ๐ | Repo | Vercel | ๐ ETHGlobal SanFrancisco |
๐ธ๐ฌ AgentX | Predict the future with decentralized real-time predictions powered by oracles. Place bets on live polls and win big! | Repo | Vercel | ๐ ETHGlobal Singapore |
GetFit | Revolutionizing fitness with AI-driven motivation, personalized workouts, P2P betting, and gamified rewards. ๐ช | Repo | Vercel | ๐ ETHGlobal Online |
๐ HabibiCross ๐๐ | A platform rewarding achievements with immediate cryptocurrency payouts, bridging personal effort with tangible rewards. ๐๐๐ | Repo | Vercel | ๐ ETHDubai ๐ฆ๐ช |
ArMarket | Insurance-powered prediction markets. Users can participate in decentralized markets with added safety nets for minimized risk and stable platform economics. ๐น | Repo | Arlink | Dapps with AI on Arweave |
Abstrakt๐ | Decentralized auto loan approvals leveraging Polygon ID and Sepolia Scroll for secure identity verification and blockchain finance. ๐๐ | Repo | Vercel | IDThon by Polygon |
- ๐ Lightning Network Daemon (Go)
- โฉ Achieved a 1.74x speedup in transaction processing by optimizing the LND codebase with batched JSON-RPC methods. GitHub PR
- โ Enhanced reliability with comprehensive unit tests for key functions, ensuring consistent system performance.
- โก Upgraded
btcwallet
to support asynchronous calls, boosting responsiveness across the Lightning Network ecosystem. GitHub PR
- โก Node Lightning (Node.js)
- ๐ Refactored message types in
@node-lightning/bitcoin
library for enhanced interoperability. GitHub PR - ๐ Improved compliance with peer protocolโs shutdown initiation to ensure smooth closure of connections. GitHub PR GitHub PR
- ๐ฃ๏ธ Developed routing logic for the network graph project, optimizing routes with minimized fees along the path. GitHub PR
- ๐ Refactored message types in
- ๐ Provided the custom n-lane Multihop solution for Chainlink Cross-Chain-Interoperability Protocol, earning a notable mention @ETHGlobal. GitHub Repo
- ๐ค Added functionality to enable bot replies within the quickstart-frame integration, addressing limitations in handling bot replies created using message-kit. GitHub PR
- ๐ง Fix: Replaced deprecated
dataRoot
references withprivateData
in theSchemaEncoder
, aligning with the latest EAS SDK updates. GitHub PR