https://github.com/squidkid-deluxe/bitshares-networks
https://github.com/squidkid-deluxe/bitshares-networks
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/bitshares-networks
- Owner: squidKid-deluxe
- License: mit
- Created: 2022-12-20T18:28:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T16:12:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T11:02:45.996Z (9 months ago)
- Language: Python
- Size: 689 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitshares Networks
The app uses vector graphics, so you can zoom in. You can also untangle and drag the network, select only one node, and grey out all non-connected nodes.
## Liquidity Pool Visualizer
Installation:
- Download the repository zip and extract (or `git clone`)
- `cd` into the repository
- `pip3 -r requirements.txt`
- `cd pools`
- `python3 pool_mapper.py`
Hovering over a node provides pricing information relative to BTS, BTC, and USD, as well as the asset ID. Hovering over a network link brings up the A and B balances and the pool price, as well as the pool share ID and name. There are some configuration options to detach unfunded pools or detach specific pools, as well as an option to only attach specific pools. A minimal GUI provides some controls over the node, edge, and physics of the app.
## Orderbook Visualizer
`# TODO`
## Transfers Visualizer
`# TODO`