This project demonstrates building a staking contract and an ERC-20 token deployment on the blockchain.
Try running some of the following tasks:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts
- Write your contract in the contracts dir
- Compile your project with
npx hardhat compile