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
-
Describe your idea, in simple words.
Enable routing HTTP requests to the local-tx-submission protocol. A typical request would be:
POST
application/cbor
ortext/plain
application/json
application/cbor
) or an encoded base16 string whentext/plain
The 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