Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano
https://plutonomicon.github.io/cardano-transaction-lib/
MIT License
92 stars 50 forks source link

Switch to HTTP interface for ogmios #1575

Open klntsky opened 9 months ago

klntsky commented 9 months ago

We are using websockets which requires having a dispatcher. We can switch to HTTP to get rid of some code.