Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 382 Bytes

Token Staking Sample Project

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