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.
It will start your blockchain instance:
npm install -g pandacash-cli
pandacash-cli
git clone https://github.com/panda-suite/pandacash-explorer
cd pandacash-explorer
npm install
npm run build
npm start
MIT