- I love Problem Solving and writing Smart contracts π§πΌ.
- Interested in implementing things.
- π« Reach me at sanjaysirangi@gmail.com
βββββ βββββ βββββ βββββ
Implementation Projects βοΈ
- Bloom Filters: Bloom Filter Implementation written in Go.
- SHA-256: SHA-256 Hash Function Implementation written in Go.
- My Own Redis: Redis-like system implementation written in TypeScript.
- Load Balancer: Load Balancer based on Round-Robin and Max-Heap written in Go.
- p2p file system: p2p Distributed File System written in Go.
- Thread Safe Queue: A simple thread safe queue to written in Go.
Smart Contracts π
- HTLC for Atomic Swaps: The HTLC smart contract facilitates cross-chain token swaps ( BSC and Sepolia ).
- Multi Sig Wallet: This smart contract implements a multi-signature wallet,
- Airdrop and Yield Bearing: Distribute tokens through airdrops, merkle proofs generation and rewards users for staking.
- Diamond Pattern: Understanding standard ways to write smart contracts.