-
How do I set up a development environment for Solana? |
Beta Was this translation helpful? Give feedback.
Answered by
Tvenus
Jul 15, 2024
Replies: 1 comment
-
To set up a Solana development environment, you need to: Install Rust and Cargo. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GoldTaro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To set up a Solana development environment, you need to:
Install Rust and Cargo.
Install the Solana CLI.
Set up the Solana Tool Suite.
Create and configure a new project directory.
Write, build, and deploy Solana programs using Rust.