Replies: 1 comment
-
|
Added in https://github.com/CardanoSolutions/ogmios/releases/tag/v6.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your idea, in simple words.
Enable routing HTTP requests to the local-tx-submission protocol. A typical request would be:
POSTapplication/cborortext/plainapplication/jsonapplication/cbor) or an encoded base16 string whentext/plainThe response would be the full local-tx-submission response, including detailed errors on failure.
Why is it a good idea?
The local-tx-submission is a simple-enough protocol with no state; it is therefore a likely candidate for HTTP rest-like interfaces. It also reduces the entry barrier even more, as connecting and sending through a websocket is less idiomatic than firing an HTTP request for most ecosystem.
Are you willing to work on it yourself?
Yes.
Beta Was this translation helpful? Give feedback.
All reactions