Connecting to cardano-db-sync and using the data

Hi guys,

I just wanted to share some of the work I’ve done using the cardano-db-sync.

Currently the repo contains ways of connecting to the cardano-db-sync and two simple analytical functions.

The first function looks at cardano nodes with IP4-adresses, and uses their IP adresses to substract some meta data on the IP adresses using ipinfo.io API.

The second function tracks the transactional history of a given UTXO transaction, and gives you a network graph that shows the history of all the transactions that have gone before the given transaction.

Iam planning on expanding on the capabilities of the code base.

You can find it all on my GitHub repo:
GitHub repo

1 Like