blocklayerhq / chainkit

ChainKit is a toolkit for blockchain development. It includes primitives for creating, building and running decentralized applications.
Apache License 2.0
120 stars 27 forks source link

Genesis editor #15

Closed samalba closed 5 years ago

samalba commented 5 years ago

Implemented "--edit-genesis" option on "chainkit start".

It gives the ability to users to edit and review the genesis file before the chain starts. It uses the env var $EDITOR and defaults to "nano" if it's not set.