Proof Of Concept for UCurrency's tokenomics Reserves to Donation fair distribution scheme, on the Ethereum platform.
Tests need node v8.0.0 or higher, Ganashe (development blockchain) and Truffle (smart contract development framework)
install truffle:
npm install -g truffle
install ganache-cli:
npm install -g ganache-cli
install project npm dependencies:
npm install
Initiate Ganache
ganache-cli --allowUnlimitedContractSize
All tests are run with:
truffle-test
or run a specific file of tests with:
truffle-test -- [file]
Visit UCurrency.org for more info!