Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 475 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 475 Bytes

foundry-starter-kit

Docs

Usage

Build

forge build

Test

forge test

Deploy

# delloy local anvil
# change CHAIN_ID in .env to 31337
# change RPC_URL in .env to http://localhost:8545
make deploy-anvil

# deploy sepolia
# change CHAIN_ID in .env to 11155111
# config all other env variables
make deploy-sepolia
make deploy-sepolia-no-verify