Prerequisites:
- nvm
(or, if you so choose, manually install the required node version as specified inpackage.json
)
To get this running:
git clone
this reponvm use
npm install
- In case you have ran an earlier version:
npm run reset
to get rid of the old blockchain. npm run start
and profit!
You should get connected to turtle and/or dove and/or other running instances. If your chain does not start at block 0 you know it worked :D
When necessary (f.e. after adding a module); the npm run genesis
command can generate a new config/genesis-block.json
and update the delegate hashes in config/config.json
accordingly.
Note that in this development version; the master password for all delegate accounts is very weak, and stored in plain-text in the config.