cardano-db-sync
A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL (by IntersectMBO)
cnft-framework
Cardano NFTs framework. Can be used to generate tokens, mint, API for the sales, etc. (by alandarev)
cardano-db-sync | cnft-framework | |
---|---|---|
20 | 2 | |
294 | 26 | |
1.0% | - | |
9.5 | 0.0 | |
3 days ago | over 3 years ago | |
Haskell | Python | |
Apache License 2.0 | GNU General Public License v3.0 only |
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.
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.
cnft-framework
Posts with mentions or reviews of cnft-framework.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-23.
-
Searching for on chain information
My first mint engine was based on this code: https://github.com/alandarev/cnft-framework
- The Good, the Bad, and the Ugly | CNFT drops
What are some alternatives?
When comparing cardano-db-sync and cnft-framework you can also consider the following projects:
blockfrost-js - Node.js SDK for the Blockfrost.io API.
cardano-graphql - GraphQL API for Cardano
kustomize-dandelion - Kubernetes kustomize template to setup Cardano APIs. **NOTE**: This project is actually managed from: https://gitlab.com/gimbalabs/dandelion/kustomize-dandelion
CNFT-Royalties - Repo for managing Cardano NFT Artist Royalties
scrolls - Read-optimized cache of Cardano on-chain entities