Giveth / givback-calculation

Calculate givback calculation for giveth donors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Givback Calculation

This project has a endpoint to calculate the GIVback rewards.

Requirements

Node 10 or higher

Instalation and run

  1. git clone https://github.com/Giveth/givback-calculation.git
  2. cd givback-calculation
  3. npm i
  4. cp .env.example .env
  5. npm start
  6. Browse http://localhost:3000/api-docs

Deploy

You just need to run docker-compose-develop.yml, and you dont need any dependency docker-compose -f docker-compose-develop.yml up

Preview

It's the environment for calculate givback from aggregate donations fo https://giveth.io and https://trace.giveth.io

Production

https://givback.develop.giveth.io/api-docs

Staging

https://givback.develop.giveth.io/staging/api-docs

About

Calculate givback calculation for giveth donors


Languages

Language:TypeScript 99.5%Language:Dockerfile 0.5%