evm-runners - A
terminal application written in Go for developers with EVM-based
challenges. The goal is to solve the challenges as efficiently as
possible, using Solidity, Vyper, Yul, or Huff.
ERC721B
- An improved implementation of the IERC721 standard with
significant gas savings compared to ERC721Enumerable (and at the
time of release, even compared to ERC721A).
solidity-challenges
- Designed for smart contract auditors to learn more about common
vulnerabilities.
foundry-lang-template
- A Foundry template to compile and test smart contracts in various EVM languages, such as Solidity, Vyper, Yul and Huff.
UUPS Proxy
- A manual implementation of the Universal Upgradeable Proxy
Standard (UUPS) in Foundry, without using OpenZeppelin's Upgrade
Plugin.
smol-evm
- Contributor to smol-evm, an extensible Python implementation of the Ethereum yellow paper from scratch.
ethernaut-cli
- Contributor to ethernaut-cli, an AI agent cli with web3 capabilities, composed of Hardhat plugins.