1.0.1 • Published 2 years ago

@metasoccer/vouchers v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

metasoccer

Clone project, install dependencies, update API keys under hardhat.config.js, then you can compile latest changes and run tests with just:

npx hardhat test

Deploy on external networks by running the scripts under the /deploy folder:

npx hardhat deploy --network mumbai
OR
npx hardhat run --network mumbai scripts/deployVouchers.js

Verify contracs on polygonscan with:

npx hardhat verify --network mumbai <contract_address>
1.0.1

2 years ago