Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.05 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.05 KB

ChronoMint Build Status Coverage Status Standard - JavaScript Style Guide

Control panel for ChronoBank

NodeJS 7.9.0 required

Install

npm i

Development

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

Test

npm test

To test separate specs just add your regex at the end of this command.