Add an .env
file to the root of your directory with the following scaffold:
DATA_URI=
HOST=
PORT=
TOKEN_ADDRESS=
TOKEN_NAME=
TOKEN_LOGO_URL=
TOKEN_DENOMINATION=
DATA_URI
: Your DSS Database URI.HOST
: The address at which you host this app.PORT
: The port you're serving it over.TOKEN_ADDRESS
,TOKEN_NAME
,TOKEN_LOGO_URL
, &TOKEN_DENOMINATION
: This is the protocol info your peer instance will broadcast to the network. If your protocol instance is not for fungible token systems, you can just use1
for theTOKEN_DENOMINATION
.
This project was bootstraped with node-web-framework
.
A full-stack Node.js web framework. Launch a scalable microservice ecosystem in seconds. Supports both HTTP REST APIs & namespaced WebSocket services by default.
Add an .env
file to the root of your directory with the following scaffold:
HOST=
PORT=