Source: https://github.com/chjj/termcoin
Termcoin wallet in action:
https://i.imgur.com/r0w7bHD.png
https://i.imgur.com/vjR3Yha.png
https://i.imgur.com/lMZCITM.png
A quick installation guide for Debian linux:
git clone https://github.com/chjj/termcoin
git clone https://github.com/joyent/node.git
cd node
./configure --openssl-libpath=/usr/lib/ssl
make
make test
sudo make install
npm install blessed
cd termcoin/bin
And start the wallet for bitcoin or any other coin:
termcoin http://user:password@localhost:port
Assumptions for the above command:
Of course a coin server must be running on localhost listening to connections on port number with user:password from coin_name.conf file.