Foundry is a smart contract development toolchain.
Foundry manages your dependencies, compiles your project, runs tests, deploys, and lets you interact with the chain from the command-line.
📖 Contributing
You can contribute to this book on GitHub.
To get started with Foundry, install Foundry and set up your first project.
This section will give you an overview of how to create and work with existing projects.
The overview will give you all you need to know about how to use forge
to develop, test, and deploy smart contracts.
Learn how to use cast
to interact with smart contracts, send transactions, and get chain data from the command-line.
Configuration
Guides on configuring Foundry.
Tutorials
Tutorials on building smart contracts with Foundry.
Appendix
References, troubleshooting and more.
- forge Commands
- cast Commands
- Config Reference
- Forge Standard Library Reference
- DSTest Reference
- Cheatcodes Reference
You can also check out Awesome Foundry, a curated list of awesome Foundry resources, tutorials, tools and libraries!