https://github.com/solana-developers/solana-install
https://github.com/solana-developers/solana-install
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solana-developers/solana-install
- Owner: solana-developers
- Created: 2025-02-08T05:15:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-18T16:23:25.000Z (7 months ago)
- Last Synced: 2025-11-18T18:16:10.859Z (7 months ago)
- Language: Shell
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Solana Local Setup
Run the following command:
```
curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bash
```
To install the following dependencies for local development:
- Solana CLI
- Anchor CLI
- Surfpool CLI
- Rust
- Node.js
- Yarn
Output upon successful installation should be similar to the following:
```
Installed Versions:
Rust: rustc 1.91.1 (ed61e7d7e 2025-11-07)
Solana CLI: solana-cli 3.0.10 (src:96c3a851; feat:3604001754, client:Agave)
Anchor CLI: anchor-cli 0.32.1
Surfpool CLI: surfpool 0.12.0
Node.js: v24.10.0
Yarn: 1.22.1
```