Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curvefi/curve-stablecoin-dashboard
Dashboard of Curve stablecoin
https://github.com/curvefi/curve-stablecoin-dashboard
Last synced: about 1 month ago
JSON representation
Dashboard of Curve stablecoin
- Host: GitHub
- URL: https://github.com/curvefi/curve-stablecoin-dashboard
- Owner: curvefi
- License: other
- Created: 2023-05-14T14:08:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-13T14:56:05.000Z (6 months ago)
- Last Synced: 2024-06-13T17:48:18.146Z (6 months ago)
- Language: Python
- Size: 270 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
Awesome Lists containing this project
README
# Curve Stablecoin dashboard
Full DApp local dashboard for CRVUSD stats
## Quickstart
### Install packages using poetry
```shell
pip install poetry==1.4.1
poetry install
```### Settings
Put settings file ("_.env_") into [parent](.) directory.
[Example](./.env-example) defines all required parameters,
external web3 provider.Other settings such as addresses of contracts are set in [settings](./settings.py)
### Run project locally
```shell
streamlit run Dashboard.py
```Dashboard will be available at http://localhost:8502 (browser opens automatically).
## Features
- Deployments, contract addresses for Controllers, Stableswaps, AMMs and other
- Total dept, total collateral, prices
- Plots for CRVUSD/USD and borrow rates
- Positions, health and losses calculator