yarn
forge install
git checkout -b developCreate .env and set environment variables
INFURA_KEY=
MNEMONIC=
PRIVATE_KEY=
ETHERSCAN_KEY=
yarn testforge testforge buildThis template includes Foundry.
To install Foundry
curl -L https://foundry.paradigm.xyz | bash
foundryup
To update Foundry
foundryup