woutf
1
I’m looking for a way to build transactions in Haskell. I found this library, but it seems stale:
Also, the docker image used in the examples is not or no longer available. So I’m wondering now if there’s an alternative, or another approach.
Of course, I can always write a CLI wrapper but is that the best option?
rdlrt
2
CLI uses cardano-api , but it’s not really documented except with code.
That seems a rather larger jump , if open to non-Haskell solutions - then there are quite a few options on Dev Portal
3 Likes
woutf
3
Thanks, I’ll have a look to see if I can figure out what to do. Documentation seems to be the biggest challenge in the whole ecosystem.
I’m trying to write everything in Haskell. It’s a Yesod app that will be interacting with a cardano-node.