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 --locked
forge init foundrycd src
touch MyToken.solDeploying Your Smart Contract
Last updated