Cardano-cli, Daedalous socket and python

I’m trying to find/build a working python wrapper that I can use together with cardano-cli and Daedalous socket. Is it possible to use cardano_clusterlib with Daedalous node?

You could take a look at PyCardano.

It seems to be pretty complete. As supported backends, I could find Blockfrost and Ogmios in the documentation. For Blockfrost, you’d need an API key, a project ID from https://blockfrost.io/. Ogmios could be run above your own cardano-node (could probably also be the one inside Daedalus).

1 Like