Overview
This is the Solana Javascript SDK. It can be used to build applications on Solana, interact with the cluster, and manage wallets and transactions on the high-performance network.
Features
- RPC Client: Full implementation of the Solana JSON RPC API.
- Transaction Building: Construct and sign complex transactions.
- Program Interaction: Specialized helpers for interacting with Solana programs.
Use Cases
- Building dApps on the Solana network.
- High-frequency trading bots on Solana.
- Minting and managing Solana-based compressed NFTs.