paddy-core-tmp
v1.0.0
Published
paddy core contracts project
Readme
Install Dependencies
npm installCompile Contracts
npx hardhat compileRun Tests
npm testDeploy Contracts
# Default hardhat network
npx hardhat run ./scripts/sample/deploy.js
# Specify the network eg.rinkeby
npx hardhat run ./scripts/sample/deploy.js --network rinkeby