@xacah0/dare-2-play
v1.1.0
Published
1. npm install
Downloads
2
Readme
How to run:
npm install
configure .env file and ./scripts/arguments.js with valid parameter address
npx hardhat compile - compiling the smart contract
npx hardhat run ./scripts/deploy.ts --network goerli
npx hardhat verify --constructor-args ./scripts/arguments.js (0xADDRESS_OF_DEPLOYED_SC) --network goerli