HappyMicky0317 / Staking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

Install dependencies:

$ yarn

or

$ npm install

Compile

Compile smart contracts and create typechain:

$ yarn compile

or

$ npm run compile

Test

Test smart contracts against ./tests:

$ yarn test

or

$ npm run test

About


Languages

Language:Solidity 73.9%Language:JavaScript 18.6%Language:TypeScript 7.5%