1.0.3 • Published 6 years ago
trl-contracts-poc v1.0.3
About
Frontier Lists enable to create periodic incentivized Ballots and Token Ranked Lists (TRL)
Dependencies
The package needs from a running Ethereum rpc instance in localhost, port 8545. You can run a ganache-cli instance or run geth
Install
npm installStart Ganache-cli
npm startTest
The repo has a comprehensive test suite. You can run it with:
npm run testCompile
In order to get the ABI and bytecode, it is opened a npm command
npm run compileDeploy
Registries and TRL are deployed by calling the migrate command
npm run migrate1.0.3
6 years ago