# Research & Engineering Projects
- **[smart-contract-vulnerabilities](https://kadenzipfel.github.io/smart-contract-vulnerabilities/):** A collection of smart contract vulnerabilities along with prevention methods.
- **[huffmate (co-author)](https://github.com/huff-language/huffmate):** A library of modern, hyper-optimized, and extensible Huff contracts with extensive testing and documentation built by Huff maintainers.
- **[amms-rs (co-author)](https://github.com/darkforestry/amms-rs):** A Rust library to interact with automated market makers across EVM chains.
- **[uni-lbp](https://github.com/kadenzipfel/uni-lbp):** A capital-efficient Uniswap v4 liquidity bootstrapping pool (LBP) hooks contract.
- **[bytepeep](https://github.com/kadenzipfel/bytepeep):** Minimal bytecode peephole optimizer.
- **[labyrinth (ctf)](https://github.com/kadenzipfel/labyrinth):** Curta CTF #12.
- **[gas-optimizations](https://github.com/kadenzipfel/gas-optimizations):** List of smart contract optimizations in solidity.
- **[yul-721](https://github.com/kadenzipfel/yul-721):** ERC721 contract written entirely in assembly, with custom storage mappings.