Skip to main content

Overview

The Solana connection allows you to interact with the Solana blockchain, query data, and prepare transactions.

Prerequisites

  • Dynamic SDK initialized (see Quickstart)
  • User authenticated (see Authentication)
  • Solana wallets enabled in your Dynamic dashboard

Create Connection

Get Latest Blockhash

Required for building transactions:

Query Account Balance

Get Solana Wallets

Solana Networks

Access configured Solana networks:

Connection Methods

Dependencies

To build Solana transactions, add the SolanaWeb3 package:

Next Steps

Last modified on February 2, 2026