- NodeJs >= 21.13.1 (use nvm pls)
- Fill the .env file with the correct values(see .env.example)
- Install dependencies
pnpm install
How to deploy a specific contract using the hardhat tasks of this repo:
pnpm deploy:g7:testnet --name Forwarder
You need to provide the name argument with the contract name you want to deploy.