Required Tools
This guide covers the installation of the following tools:- Rust: The main language for Solana programs.
- Solana CLI: Required to build, test, and deploy programs.
- Anchor CLI (Recommended): Simplifies Solana program development.
- Node.js and Yarn: Required to run the node project.
For Different Operation Systems
If you’re using Windows, you’ll need to install Windows Subsystem for Linux (WSL) to run Linux-based tools.- Windows Users: Please set up WSL before proceeding.
- Linux & macOS Users: You can start directly with the next steps.