Staking Pool v1
This repository contains the implementation of the staking pool with hourly compounding, hardcap, contribution limits and expiry date.
Building
In order to build after a successful clone
:
- npm install
- npm run compile
Testing
- npm run test
More information to come...