A Foundry-based template for developing Solidity smart contracts, with sensible defaults. Dependencies are managed as Node.js packages via Bun rather than git submodules, and the template ships preconfigured with Forge Std, OpenZeppelin Contracts, Prettier, and Solhint.
- Forge: compile, test, fuzz, format, and deploy smart contracts
- Forge Std: collection of helpful contracts and utilities for testing
- Bun: manage Foundry dependencies as Node.js packages instead of git submodules
- OpenZeppelin Contracts: library of secure, community-vetted smart contracts (pre-installed)
- Prettier: code formatter for non-Solidity files
- Solhint: linter for Solidity code
- foundry-rs/forge-template
- abigger87/femplate
- cleanunicorn/ethereum-smartcontract-template
- FrankieIsLost/forge-template
Contributions are welcome. See AGENTS.md for the development workflow, commands, and conventions.
This project is licensed under MIT — see the LICENSE file for details.