cyberFund / ico-radar-backend

Server app for Chaingear
1 stars 0 forks source link

chaingear-backend

Server app for Chaingear. Provides an API for solving Chaingear administration tasks such as creation of applications for ICO Radar listing, submiting or rejecting applications.

Installation instructions

Docs

App structure

architecture scheme chaingear-backend is written with Express.js and have following structure:

Database structure

Currently, chaingear-backend database has three collections:

Applications workflow

One of the main puproses of chaingear-backend is creating a well-defined workflow for processing of listing applications. Generally, this process has a following structure:

Note that currently the second step is disabled; but this functionality will be added in next release