How can I broadcast a signed transaction with a simple http request? #101
-
Asked by
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To submit the signed transaction on-chain, you can use the TypeScript SDK. Have a look at this section of the docs. If you want to use a http request, you can refer to the API specification. Navigate to Transactions and have a look at the POST request to submit a transaction. |
Beta Was this translation helpful? Give feedback.
To submit the signed transaction on-chain, you can use the TypeScript SDK.
Have a look at this section of the docs.
If you want to use a http request, you can refer to the API specification. Navigate to Transactions and have a look at the POST request to submit a transaction.