This project demonstrates how to ERC-20 tokens, how to implement staking, rewarding tokens and how to implement full-coverage unit testing using hardhat.
Try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help