1.6.0 • Published 3 years ago
permission55-contracts v1.6.0
Permissions55 Token Contracts
Installation / Setup
Installation requires a working node-environment including npm.
Install Prerequisites:
npm installor
yarn installBuild everything:
npm run buildor
yarn run buildRun unit tests:
npm run testor
yarn run testDeployment
Testnet (Rinkeby)
Deployment:
npx hardhat run scripts/deploy.js --network rinkebyVerification:
npx hardhat verify --network rinkeby DEPLOYED_CONTRACT_ADDRESS 0xb66e5...Work with smart contract
hardhat console
npx hardhat console --network rinkebyMint token:
await token.mint('0xC1dAe5cE49F.....', new hardhat.ethers.BigNumber.from('123456789000000000000000'));