scrolls
Read-optimized cache of Cardano on-chain entities (by txpipe)
cardano-db-sync
A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL (by IntersectMBO)
scrolls | cardano-db-sync | |
---|---|---|
1 | 20 | |
88 | 289 | |
- | 1.0% | |
3.0 | 9.6 | |
22 days ago | 4 days ago | |
Rust | Haskell | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
scrolls
Posts with mentions or reviews of scrolls.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-29.
-
Can I read from the cardano chain if I’m not a node?
https://github.com/txpipe/scrolls (work in progress but already works for certain things)
cardano-db-sync
Posts with mentions or reviews of cardano-db-sync.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-12.
-
How to migrate from Cardano node Linux installation into Cardano Docker
Do check out cardano-db-sync which has a docker-compose file that utilizes cardano-node.
- Can I read from the cardano chain if I’m not a node?
- Searching for on chain information
-
Building the cardano-db-sync - instructions
Where are the instructions for building cardano-db-sync? https://github.com/input-output-hk/cardano-db-sync/blob/master/doc/building-running.md
-
Query UTxO with PostgreSQL (cardano-db-sync)
There are a bunch of examples in the cardano-db-sync repository link to interesting-queries.md
-
How to listen to incoming payments to mint NFTs?
Continuously sync chain to PostgreSQL using official script * https://github.com/input-output-hk/cardano-db-sync.
-
Can someone help me with extracting data from the blockchain?
Your best choice is running a cardano-db-sync and make queries to the postgres database: https://github.com/input-output-hk/cardano-db-sync/
-
Fetch transactions from an address
So what did I do so far: I followed this instruction(https://github.com/input-output-hk/cardano-db-sync/blob/master/doc/docker.md) and had a cardano-node, a cardano-db-sync and a postgres isntance running on docker. I was able to successfully connect to the postgres database. However, I was not able to find recent transactions even thought the blockchain was up to date. When I took a close look onto the docker console I saw that the cardano-db-sync_1 process continuously exited with code 126.
- How to get data from the block chain ?
-
How to track ADA movements?
https://pool.pm/whales is useful for when whales change their delegation, but what you probably need is cardano-db-sync which basically follows the chain and dumps information into PostgreSQL.
What are some alternatives?
When comparing scrolls and cardano-db-sync you can also consider the following projects:
carp - A modular indexer for Cardano with an SQL Postgres backend (an alternative to the well known cardano-db-sync)
blockfrost-js - Node.js SDK for the Blockfrost.io API.
oura - The tail of Cardano
cardano-graphql - GraphQL API for Cardano
mithril - Stake-based threshold multi-signatures protocol
kustomize-dandelion - Kubernetes kustomize template to setup Cardano APIs. **NOTE**: This project is actually managed from: https://gitlab.com/gimbalabs/dandelion/kustomize-dandelion
pallas - Rust-native building blocks for the Cardano blockchain ecosystem
CNFT-Royalties - Repo for managing Cardano NFT Artist Royalties
cnft-framework - Cardano NFTs framework. Can be used to generate tokens, mint, API for the sales, etc.