Foundry
Deploying Smart Contracts using Foundry
What is Foundry?
Get Started With Foundry
curl -L https://foundry.paradigm.xyz | bash
foundryupcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh
cargo install --git https://github.com/foundry-rs/foundry foundry-cli anvil --bins --lockedforge init foundrycd src
touch MyToken.solDeploying Your Smart Contract
Last updated
