Skip to main content

Send Transaction

In this section, we describe how to send signed transactions to the Sui blockchain. This process involves the DApp receiving the signed transaction from the "Sign Transaction" part and deploying it to the blockchain.

Implementation Method

Preparing the Transaction: The DApp receives the signed transaction.

Sending to the Blockchain: When the user clicks the 'Send a Transaction' button, the DApp transmits the transaction to the Sui blockchain.

Confirming the Result: Once the transaction is successfully processed, the DApp displays the transaction hash to the user.

Live Editor
Result
Loading...