Skip to content

Node.js app utilizing @psf/bch-js for viewing details about the Bitcoin Cash blockchain, addresses & tracking unconfirmed balances.

Notifications You must be signed in to change notification settings

KeepBitcoinFree-org/NodeBox-BCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeBox-BCH

NodeBox

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.

Available online at:

To run NodeBox locally, run the following commands (must have git & Node.js installed):

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" }

About

Node.js app utilizing @psf/bch-js for viewing details about the Bitcoin Cash blockchain, addresses & tracking unconfirmed balances.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published