THIS WALLET IS CONSIDERED ALPHA SOFTWARE. USE AT YOUR OWN RISK! WE ASSUME NO RESPONSIBILITY NOR LIABILITY IF THERE IS A BUG IN THIS IMPLEMENTATION.
Connecting to a full node:
-
You will need to connect to a BCHD full node that has
slpindex
andtxindex
enabled (seeREACT_APP_RPC_SERVER
in .env.developement). Run a BCHD full node locally with:bchd --slpindex --txindex --grpclisten=0.0.0.0
. You can download and install bchd with an slp-indexer athttps://github.com/simpleledgerinc/bchd
. -
Using Chrome browser you can connect directly to your full node running by enabling the flag
chrome://flags/#allow-insecure-localhost
.
To run the reactjs web app:
npm i
npm start