Ant Dashboard
An app which helps users to setup their Ant node and do actions like cash out cheques, upload and download files or manage your postage stamps.
Warning: This project is in alpha state. There might (and most probably will) be changes in the future to its API and working. Also, no guarantees can be made about its stability, efficiency, and security at this stage.
Node Setup | Browse & Upload Files | Accounting | Peers | Settings |
---|---|---|---|---|
Table of Contents
Install
Install globally with npm. We require Node.js's version of at least 12.x and npm v6.x (or yarn v2.x).
npm install -g ant-dashboard
Usage
cors-allowed-origins: ["*"]
and debug-api-enable: true
in the Ant config file and then restart the Ant node.
Terminal
To start use:
ant-dashboard
This should open the webpage on http://localhost:8080
You can also use the online dashboard http://dashboard.ethsana.org/
Docker
To build Docker image and run it, execute the following from inside project directory:
docker build . -t ant-dashboard
docker run --rm -p 127.0.0.1:8080:8080 ant-dashboard
Ant dashboard is now available on http://localhost:8080
Development
git clone https://github.com/ethsana/ant-dashboard.git
cd ant-dashboard
npm i
npm start
The Ant Dashboard runs in development mode on http://localhost:3031/