Control panel for ChronoBank
NodeJS 7.9.0 required
npm i
Start TestRPC in a separate terminal by doing:
npm run testrpc
Then in another separate terminal:
npm run bridge
Wait for Listening @... message and don't exit from this process!
After that deploy contracts with:
npm run contracts
And finally:
npm start
Now you able to access ChronoMint dApp through the http://localhost:3000/
To open truffle console use:
npm run tconsole
npm test
To test separate specs just add your regex at the end of this command.