cardano-foundation / cf-ledger-sync

An open-source Java application designed to facilitate access to indexed Cardano blockchain data
Apache License 2.0
17 stars 1 forks source link

Store token details from Token registry #184

Open satran004 opened 2 months ago

satran004 commented 2 months ago

Some users may need token details such as logo and decimals. It would be beneficial if the LS could prefetch this data at regular intervals and store it in a separate table. Most likely, this will be another service or part of the aggregation app.

This functionality can also be added to Yaci Store if other projects want to use this component as library. We will make this decision during implementation

Godspeed-exe commented 2 months ago

Today we have db-sync that runs:

But only GraphQL has this backend service that sync data from the Token Registry. Rosetta users do not have this data Standalone db-sync users do not have this data.

This leads to:

Us implementing support for these would have several benefits in terms of:

Let me know if you have any questions! <3