This is the code for the Ethereum SmartContract responsible for MoldCoin.
To run tests, first install dependencies:
npm install
Then, launch a testrpc client:
npm run testrpc
Then, run the test framework:
npm run test
You can read through contract Solidity Source Code.
Welcome any issue report.