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

https://github.com/balancednetwork/balanced-backend

Backend to balanced stats page and other services
https://github.com/balancednetwork/balanced-backend

Last synced: about 1 year ago
JSON representation

Backend to balanced stats page and other services

Awesome Lists containing this project

README

          

# balanced-backend
[![loopchain](https://img.shields.io/badge/ICON-API-blue?logoColor=white&logo=icon&labelColor=31B8BB)](https://shields.io) [![GitHub Release](https://img.shields.io/github/release/balancednetwork/balanced-backend.svg?style=flat)]() ![](https://github.com/balancednetwork/balanced-backend/workflows/push-main/badge.svg?branch=main) ![](https://img.shields.io/github/license/balancednetwork/balanced-backend)

Backend service for Balanced Network.

[API Docs](https://balanced.icon.community/api/v1/docs) + [Live Stats Page](https://stats.balanced.network/)

### Development

For local development, you will want to run the `docker-compose.db.yml` as you develop. To run the tests,

```bash
python3.10 -m venv .venv && source .venv/bin/activate
make install
make test
# Alternatively you can manually run the tests but make sure the DB is up.
make up-dbs
# And then bring down the dbs
make down-dbs
# See all options with
make help
```

### License

Apache 2.0