Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kybernetwork/reserve-stats

KyberNetwork Reserve Stats
https://github.com/kybernetwork/reserve-stats

hacktoberfest hacktoberfest2021

Last synced: about 2 months ago
JSON representation

KyberNetwork Reserve Stats

Awesome Lists containing this project

README

        

# Reserve Statistics

[![Build Status](https://travis-ci.com/KyberNetwork/reserve-stats.svg?branch=develop)](https://travis-ci.com/KyberNetwork/reserve-stats)

This is a statistic for reserve, which providing a set of components for crawling and aggregating all the trades related factor, includes:

- **trade logs**
- **reserve rates**
- **users**

## Documentation

- [API Docs](https://dev-stats-docs.knstats.com/#introduction)

## Build

```shell
go build -v ./...
```

## Test

```shell
go test -v ./...
```

## Add vendor

```shell
./vendor.sh
```