Hey everyone, I’ve searched the Internet and this forum, tried asking in various Discord servers but haven’t found the answer.
What I’m trying to do: Given a UTXO, get the sender address.
I have tried the cardano cli, up to 1.26.1. I’m hoping for a solution that doesn’t involve spinning my own graphql for just this one applicaiton but I found this GitHub - input-output-hk/cardano-graphql: GraphQL API for Cardano.
I found this as an external option https://graphql-api.mainnet.dandelion.link/. But is there anything that can be done locally? I have a relay node running. I can build and send transactions. Basically I want the data that’s in every explorer such as https://cardanoscan.io/.
Thank you for the help I appreciate it.