RECPM balances are represented to 10^6, this is due to potential rounding issues.
Install packages
$ npm install
Start testrpc
$ testrpc
To run tests :
$ npm test
To deploy contracts :
$ npm run migrate
To Start :
$ npm run dev
$ npm run transfer -- [DESTINATION_ADDRESS] [AMOUNT_TO_TRANSFER_IN_RECPM]
$ npm run distribute-votes -- [AMOUNT_TO_DISTRIBUTE]
$ npm run distribute-tokens -- [AMOUNT_TO_DISTRIBUTE_IN_RECPM]
$ npm run burn -- [AMOUNT_TO_DISTRIBUTE_IN_RECPM]
$ npm run set-page-size -- [PAGE_SIZE]