18 min read
Overview
Durable nonces are a handy tool that can be used to avoid transaction expirations. In this guide, we will show you how to use durable nonces to sign and send offline transactions on Solana without concern for your transaction expiring.
What You Will Do
In this guide, you will:
- Create a durable nonce account
- Create and serialize a transaction using the durable nonce
- Sign the transaction in a simulated offline environment
- Send the signed transaction to the Solana network
- Attempt several scenarios to test how nonces work