Plutonomicon / cardano-transaction-lib

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

Add websocket configuration options #95

Closed ngua closed 2 years ago

ngua commented 2 years ago

We can just re-use the existing ServerConfig to add configuration options for the Ogmios websocket server to QueryConfig. Then we can adjust mkOgmiosWebSocketAff to take a ServerConfig (instead of Url) and construct a URL accordingly

ngua commented 2 years ago

Will address this before adding ogmios-datum-cache connection to QueryConfig