Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 762 Bytes

File metadata and controls

42 lines (29 loc) · 762 Bytes

Implementing Partners - Smart Contracts

Goerli deployment: https://goerli.etherscan.io/address/0x3ac4da1d4a5f3a522d9da129a81589d13e322b97#code

Each Implementing Partner will have its own smart contract deployment: contracts/ImplementingPartner.sol

Build Instructions

npm install
npx hardhat clean
npx hardhat compile

Test Instructions

npx hardhat test
npx hardhat coverage

Deployment Instructions

cp .env.example .env
npx hardhat run scripts/deploy-ip.ts

Deploy to testnet:

npx hardhat run --network goerli scripts/deploy-ip.ts

Etherscan verification:

npx hardhat verify --network goerli DEPLOYED_CONTRACT_ADDRESS "Giga"