Foundry
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.
Check out Foundry for installation details and an overview.
Foundry consists of:
Forge: Forge tests, builds, and deploys your smart contracts.
Cast: Cast is Foundry’s command-line tool for performing Ethereum RPC calls.
Anvil: Anvil is a local testnet node shipped with Foundry.
Chisel: Chisel is an advanced Solidity REPL shipped with Foundry
Compile your contract
Deploy your contract
View your deployed contract on any of the explorers.
Last updated