Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 610 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 610 Bytes

Pandacash Explorer

One Click Blockchain

Quickly fire up a personal Bitcoin Cash blockchain which you can use to execute commands while controlling how the chain operates. Pandacash Explorer will connect to your local pandacash BCH blockchain instance.

Inpired by ganache.

Setup

Pandacash-cli

It will start your blockchain instance:

npm install -g pandacash-cli
pandacash-cli

Explorer

  1. git clone https://github.com/panda-suite/pandacash-explorer
  2. cd pandacash-explorer
  3. npm install
  4. npm run build
  5. npm start

Licence

MIT