/hardhat-boilerplate

Smart contract example to be deployed using hardhat.

Primary LanguageSolidity

Smart Contract Example

Deploy using hardhat


1. Rename secret.example.json to secret.json

2. Set values

yarn
npx hardhat compile
npx hardhat run --network ropsten ./scripts/deploy.js
npx hardhat verify --network ropsten <contract address>