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.
- Host: GitHub
- URL: https://github.com/balancednetwork/balanced-network-info
- Owner: balancednetwork
- License: mit
- Created: 2021-05-08T03:53:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T03:27:36.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T22:15:43.127Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://stats.balanced.network
- Size: 3.55 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.