Set Up Your Local Environment
Local development
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
# Reopen shell
nvm install --lts
# Enable the Yarn 2 package manager
corepack enablecurl -L https://foundry.paradigm.xyz | bash
# Reopen shell
foundryupCreate tutorial folder
Install dependencies
Environment
Local chain
Last updated
Was this helpful?