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

Possibly switch to Ogmios to submit transactions #131

Closed ngua closed 2 years ago

ngua commented 2 years ago

I've just managed to submit a transaction using the Nami interface. Still need to investigate a few bugs, but is appears that submission will work when we are using Nami as the wallet. Ogmios also has tx-submission capabilities, so we might want to switch to that instead and be able to submit transactions for any wallet without any additional wallet-specific work

ngua commented 2 years ago

This is made possible by #168. Ogmios now returns a transaction hash after submission. Note: we need to pass the tx in the submit field of the request, not in the bytes field in order to get the hash back