Skip to content

A deployable microservice setup that includes an instance of Dereva.

Notifications You must be signed in to change notification settings

exactchange/node-dereva-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=

About

A deployable microservice setup that includes an instance of Dereva.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published