- Clone this repo:
git clone https://github.com/show-karma/nouns-wrapped-contracts.git
- Install dependencies
yarn
- Set the environment variables in
.env
file. You can use.env.example
as a template.
# 1. Paste your private key
PRIVATE_KEY='abcdefg'
# 2. Paste your blockchain explorer API key for contract verification
ETHERSCAN_API_KEY=
- Compile contracts
yarn hardhat deploy --network mumbai (or) base