Skip to content

planetarium/staking_contract_wncg_eth

Repository files navigation

codecov

WNCG Staking Rewards

How to setup dev environment

$ node --version
v16.15.0
  1. Create .env file with these keys
INFURA_API_KEY=     # infura api key
ETHERSCAN_API_KEY=  # ether scan api key
PRI_KEY=            # private key of your metamask
  1. Install npm packages
# Install npm packages
npm i
  1. Compile contracts
# Compile
npx hardhat compile
  1. run unit test and coverage report
npx hardhat test
npx hardhat coverage

About

Staking Contract - WNCG on ETH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published