/vcash-expressjs

First attempts at a GUI using Express.js and Socket.io.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Vcash ExpressJS web UI

Multi-platform UI for Vcash, a decentralized currency for the internet.

🐣 Warning: This is beta software. I take no responsibility if you break something.

The following dependencies are required to be installed:

Clone this repository using git clone, move to the cloned directory using cd vcash-expressjs and install Node.js dependencies using npm install.

$ git clone https://github.com/whphhg/vcash-expressjs.git
$ cd vcash-expressjs
$ npm install

After it is done installing dependencies, you can start the web ui using npm start and view it at http://localhost:1721.

$ npm start