Good day,
I’m a developer but new to crypto. I’d like to ask if there are any docs for and API where I can get pool information, I’m planning to create something like https://adapools.org/.
Thanks,
Good day,
I’m a developer but new to crypto. I’d like to ask if there are any docs for and API where I can get pool information, I’m planning to create something like https://adapools.org/.
Thanks,
You can find most of the information queried by pool explorers in cardano-db-sync, cardano-wallet and ledger-state query from cardano-cli
.
But in addition to these, you would also need to familiarise with the Design specifications and bech32 encoding.
You can find a lot more details about how these components relate to each other and the relevant SDKs if interested on adrestia.
Hope this helps.
Thanks! I’ll try to look into these.