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 and via Solidity scripts.
- Repo : https://github.com/foundry-rs/
- Book : https://book.getfoundry.sh/
- Chat : https://t.me/foundry_rs/
- Support : https://t.me/foundry_support/
- Contribute : https://github.com/orgs/foundry-rs/projects/2/
- 登链: https://learnblockchain.cn/search?word=foundry
- Forge is a command-line tool that ships with Foundry. Forge tests, builds, and deploys your smart contracts
- Cast is Foundry's command-line tool for performing Ethereum RPC calls. You can make smart contract calls, send transactions, or retrieve any type of chain data - all from your command-line!
- Anvil is a local testnet node shipped with Foundry. You can use it for testing your contracts from frontends or for interacting over RPC.
- Managing Your DAPP Project with Foundry.
- Try using the Foundry test your bank.sol (option).



