ParetoNetwork / ParetoNetworkServer

The primary application to power a Pareto Network node. Contains the frontend (Vue.js) and backend (Node.js) for Pareto Network.
https://www.pareto.network
1 stars 5 forks source link
alpha alpha-capture alphacapture alternative-data backend community dapp ethereum ethereum-dapp ethereum-development frontend ico intel pareto pareto-distributions pareto-network pareto-principle tokens

Pareto Network Server

Frontend and Backend for calculating ranking and all other functions of the Pareto Network intel feed.

This implements two parts of the ranking algorithm so far, and can do a client side calculation first primarily for cosmetic purposes.

There are only several views:

The splash view - intended to be straight to the point with a clear call to action.

The about view - goes into more detail about what the Pareto Network is and who is behind it

The dashboard - the product, where users can view the stream of intel that they are privy to see

The rank - shows the user their current score and ranking within the Pareto system.

API

Unauthenticated routes include:

POST /v1/sign

GET /v1/rank

DEVELOPMENT SETUP

To start backend Service follow the next steps:

PARETO: Success connecting to Redis
PARETO: Success connecting to Mongo 
Pareto Network ranking app listening on port 3000!

To start frontEnd application follow the next steps:

UNIT TEST SETUP

To start unitTest follow the next steps: