https://github.com/kybernetwork/reserve-stats
KyberNetwork Reserve Stats
https://github.com/kybernetwork/reserve-stats
hacktoberfest hacktoberfest2021
Last synced: 12 months ago
JSON representation
KyberNetwork Reserve Stats
- Host: GitHub
- URL: https://github.com/kybernetwork/reserve-stats
- Owner: KyberNetwork
- License: mit
- Created: 2018-09-24T04:50:31.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-05T02:24:26.000Z (about 3 years ago)
- Last Synced: 2024-06-20T12:04:07.020Z (about 2 years ago)
- Topics: hacktoberfest, hacktoberfest2021
- Language: Go
- Homepage: https://kyber.network/
- Size: 38 MB
- Stars: 11
- Watchers: 10
- Forks: 80
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reserve Statistics
[](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
```