Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.26 KB

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 use 1 for the TOKEN_DENOMINATION.

This project was bootstraped with node-web-framework.

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.

Instructions

Getting Started

Architecture

Learn More

Data Storage (optional)

DSS


Add an .env file to the root of your directory with the following scaffold:

  HOST=
  PORT=