Skip to content

PrinceKAlgorithmXpert/hardhat-boilerplate

Repository files navigation

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>