Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanproskuryakov/ta-onchain
Evolving toolset for on-chain analysis
https://github.com/ivanproskuryakov/ta-onchain
Last synced: 26 days ago
JSON representation
Evolving toolset for on-chain analysis
- Host: GitHub
- URL: https://github.com/ivanproskuryakov/ta-onchain
- Owner: ivanproskuryakov
- Created: 2022-06-23T11:48:48.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-23T12:54:07.000Z (over 2 years ago)
- Last Synced: 2024-04-16T07:09:06.756Z (7 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Installation
```
pip install -r requirements.txt
pip install -r requirements-linux.txt
pip install --force-reinstall -r requirements.txtpython -m venv .env
source .env/bin/activate
```### Overview
Database connector to ease data fetching from postgres db, sync from cardano ledger with cardano-db-sync
### Dependencies
https://github.com/input-output-hk/cardano-db-syncA component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
The purpose of Cardano DB Sync is to follow the Cardano chain and take information from the chain and an
internally maintained copy of ledger state.
Data is then extracted from the chain and inserted into a PostgreSQL database.https://github.com/input-output-hk/cardano-node
The core component that is used to participate in a Cardano decentralised blockchain.