Skip to content

jmdev3/solidity-challenge

 
 

Repository files navigation

Getting started

npm install

Then in a terminal run a local network

npx hardhat node

And after that in an other terminal

npx hardhat run scripts/deploy.ts --network localhost

Unit testing

npx hardhat test
  • RewardToken
  • Staker (wip)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.3%
  • Solidity 35.8%
  • JavaScript 2.9%
  • Shell 1.0%