Step 3: Installation
Installing the Solana CLI, generating identity keys, and configuring the cluster.
Step 3: Installation
1. Install Solana Tool Suite
# Switch to the service user
su - solana
# Install the stable release
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"# Add to .profile (or .bashrc)
echo 'export PATH="/home/solana/.local/share/solana/install/active_release/bin:$PATH"' >> ~/.profile
# Reload profile
source ~/.profile
# Verify installation
solana --version2. Generate Identity Keypair
3. Configure Cluster
4. Node Types: What's next?
Last updated