NodeBox is a terminal style app utilizing Node.js, Socket.io & @psf/bchjs npm modules. Enter "help" to view all available commands. All data entered is private to each socket, or browser session.
git clone https://github.com/KeepBitcoinFree-org/NodeBox-BCH.git
cd NodeBox-BCH
npm install
node index
The port can be changed by including a .env file with PORT= or by editing the index.js file and changing the default port.
Included in package.json file are the dependencies to be installed with npm install:
"dependencies": { "@psf/bch-js": "latest", "express": "latest", "socket.io": "latest" }