Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 603 Bytes

BITBOX

One Click Blockchain

Quickly fire up a personal Bitcoin/Cash blockchain which you can use to execute commands while controlling how the chain operates.

Inpired by ganache.

Setup

  • Node v10.3.x
    • nvm install 10.3.0 && nvm use v10.3.0
  • npm v6.1.x
  • webpack v3.10.x
    • npm install --global webpack
  • XCode
    • sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

Installation

  1. Clone this repo
  2. npm install the dependencies
  3. npm start to build the app and run a local server
  4. localhost:3000 to view the app