Skip to content

ipavlenko/ChronoMint

 
 

Repository files navigation

ChronoMint Build Status Coverage Status Standard - JavaScript Style Guide

Control panel for ChronoBank

Install

yarn

Development

Start TestRPC in a separate terminal by doing:

yarn testrpc

Then in another separate terminal (optional):

yarn bridge

Wait for Listening @... message and don't exit from this process!

After that deploy contracts with:

yarn contracts

And finally:

yarn start

Now you able to access ChronoMint dApp through the http://localhost:3000/

To open truffle console use:

yarn tconsole

Test

yarn test

To test separate specs just add your regex at the end of this command. Ensure what yarn testrpc is already ran in separate console

About

Control panel for ChronoBank

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • CSS 12.6%
  • Other 0.2%