A Demo UI for Wanchain POS Incentive Calculator.
$ docker run -d -p 3000:3000 -p 8000:8000 -p 17717:17717 -v /YourGwanPath:/root/.wanchain molin0000/pos_ui
Then browse your http://localhost:3000/
to view the website.
If you do not want to use docker, you can use the code to run as follow steps.
$ gwan --pluto --rpc
$ git clone https://github.com/wanchain/pos-ui.git
$ git clone https://github.com/wanchain/pos-ui-server.git
$ cd pos-ui
$ yarn
$ yarn start
Open another terminal:
$ cd pos-ui-server
$ yarn
$ yarn start
Open browser to URL:
finish.