Quickly fire up a personal Bitcoin/Cash blockchain which you can use to execute commands while controlling how the chain operates.
Inpired by ganache.
- Node v9.4.x
nvm install 9.4.0 && nvm use v9.4.0
- npm v5.6.x
- webpack v3.10.x
npm install --global webpack
- XCode
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- Clone this repo
npm install
the dependenciesnpm start
to build the app and run a local serverlocalhost:3000
to view the app