Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 536 Bytes

File metadata and controls

28 lines (13 loc) · 536 Bytes

ChainBow.io Ethereum SmartContract

Build Status

This is the code for the Ethereum SmartContract responsible for ChainBow.io.

Tests

To run tests, first install dependencies:

 npm install

Then, launch a testrpc client:

 npm run testrpc

Then, run the test framework:

 npm run test

Contract

You can read through contract Solidity Source Code.

Welcome any issue report.