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

https://github.com/balancednetwork/balanced-network-info

ℹ️ Balanced network analytics.
https://github.com/balancednetwork/balanced-network-info

Last synced: about 1 year ago
JSON representation

ℹ️ Balanced network analytics.

Awesome Lists containing this project

README

          

# Balanced Network Info

An open source analytics site for Balanced: a decentralized synthetic asset generator and trading platform on the ICON Network.

- Analytics: [stats.balanced.network](https://stats.balanced.network/)
- Website: [balanced.network](https://balanced.network/)
- Prototype: [balanced.network/prototype](https://balanced.network/prototype)
- Interface: [app.balanced.network](https://app.balanced.network/)
- Twitter: [@BalancedDAO](https://twitter.com/BalancedDAO)
- Telegram: [https://t.me/balanced_official](https://t.co/hgsB0U150t?amp=1)
- Medium: [@BalancedDAO](https://balanceddao.medium.com/)
- Whitepaper: [Link](https://balanced.network/resources/latest-white-paper.pdf)

## Development

### Install Dependencies

```bash
yarn
```

### Run

```bash
yarn start
```

### Lint

```bash
yarn lint
```

Please run the lint task before commit.

### Configuring the environment (optional)

## Contributions

**Please open all pull requests against the `master` branch.**
CI checks will run against all PRs.