@metasoccer/vouchers
v1.0.1
Published
Metasoccer tickets contract
Downloads
1
Readme
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>