diff --git a/.github/assets/tx-submit-api-20241120.png b/.github/assets/tx-submit-api-20241120.png new file mode 100644 index 0000000..451c6f3 Binary files /dev/null and b/.github/assets/tx-submit-api-20241120.png differ diff --git a/.github/assets/tx-submit-api-logo.png b/.github/assets/tx-submit-api-logo.png new file mode 100644 index 0000000..40b76d8 Binary files /dev/null and b/.github/assets/tx-submit-api-logo.png differ diff --git a/README.md b/README.md index f5a4091..949ae02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # tx-submit-api -Cardano Transaction Submission API +
+ Tx Submit API +
+ +Transaction Submission API for Cardano A simple HTTP API which accepts a CBOR encoded Cardano transaction as a payload body and submits it to a Cardano full node using the Ouroboros @@ -135,6 +139,17 @@ curl -X POST \ http://localhost:8090/api/submit/tx ``` +### Metrics UI + +There is a metrics web user interface running on the service's API port. + +Connect to [http://localhost:8090/ui/](http://localhost:8090/ui/) with your +browser to view it. + +
+ Tx Submit API +
+ ## Development There is a Makefile to provide some simple helpers.