termcoin
A bitcoin wallet and blockchain explorer for your terminal.
File Explorer
Download Latest Version (.zip)- termcoin
- 01.png
- 02.png
- 03.png
- 04.png
- 05.png
- 06.png
- 07.png
- 08.png
- 09.png
- 10.png
- 11.png
- 12.png
- 13.png
- 14.png
- 15.png
- 16.png
- 17.png
- 18.png
- 19.png
- 20.png
- 21.png
- bcoin.js
- bitcoind.js
- bitcore.js
- index.js
- libbitcoind.js
- blockchain.js
- ui.js
- cli.js
- config.js
- index.js
- mock.js
- transforms.js
- ui.js
- utils.js
- termcoin.1
- .gitignore
- .npmignore
- index.js
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/chjj/termcoin
Downloads the entire project code from GitHub to your computer.
cd termcoin
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
