Overview
A Solana transaction is a list of instructions that are executed in order. This allows developers to batch multiple instructions into a single transaction, reducing the number of transactions required to complete a complex multi-step process.Prerequisites
It is assumed you have already completed the Quickstart guide.Create and send transaction with multiple instructions
In this example, we will:- Create a Solana account
- Construct multiple instructions to be executed in the transaction
- Sign the transaction with the Solana account
- Send the transaction to the Solana network
What to read next
- v2 API Reference documentation: Learn how to use Wallet Secrets to authenticate requests to the v2 Server Wallet.
- Sponsor Solana Transactions: Learn how to sponsor gas on Solana transactions.