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:
- latest version of Vcash
- latest version of Node.js (Ubuntu users)
- Python 2 or 3
- git
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