Using Foundry
Foundry is a newer means to manage smart contract deployments for EVM. It's blazing-fast speed and solidity-centric approach makes it a great alternative to bulkier, Javascript-based Hardhat
Last updated
Foundry is a newer means to manage smart contract deployments for EVM. It's blazing-fast speed and solidity-centric approach makes it a great alternative to bulkier, Javascript-based Hardhat
Last updated
Several third-parties provide accessible foundry tutorials that can be browsed at your discretion:
Foundry installation is quite easy and further details can be found on foundry's website .
After pulling the initial tool using the script above, follow the instructions which will expect you to re-open a terminal browser (or use source
to pull in env vars again) and then:
Running foundryup
will automatically install the latest stable version of the : forge
, cast
, anvil
, and chisel
.
Default Project initialisation documentation can be found here: