Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 535 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 535 Bytes

Nouns Wrapped Contracts

Getting Started

  1. Clone this repo:
git clone https://github.com/show-karma/nouns-wrapped-contracts.git
  1. Install dependencies
yarn
  1. 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=
  1. Compile contracts
yarn hardhat deploy --network mumbai (or) base