The Solana Command-Line Interface (CLI) provides the necessary tools to build, deploy, and interact with Solana programs on the blockchain. It is an essential tool for any Solana developer. To install the Solana CLI, run the following command in your terminal:Documentation Index
Fetch the complete documentation index at: https://docs.soo.network/llms.txt
Use this file to discover all available pages before exploring further.
stable keyword with a specific release version if you need a particular version, for example, v2.0.3. Alternatively, you can choose from one of the three symbolic channel names:
- stable: The latest stable release.
- beta: Pre-release version with newer features.
- edge: The latest but potentially unstable features.