A Basic Ethereum self-custody wallet built from scratch without using Web3 libraries. Includes manual raw transaction creation, nonce management, gas estimation, and HD wallet support. Designed for educational use on test networks only. - key generation, wallets & transactions are all done without external libraries
Snapshot-based Ethereum DAO using OpenZeppelin Governor, ERC20Votes, and TimelockController. Propose, vote, queue, and execute changes on-chain w/ Tally with a secure governance flow.
A collection of foundational smart contracts showcasing key Ethereum capabilities; including ERC20, ERC721, ERC1155, ERC4626, upgradeable contracts, pausable mechanisms, state machines, low-level EVM opcodes, Chainlink Automation, and more