DeveloperBreeze

Blockchain Development Programming Tutorials, Guides & Best Practices

Explore 30+ expertly crafted blockchain development tutorials, components, and code examples. Stay productive and build faster with proven implementation strategies and design patterns from DeveloperBreeze.

Installing Solana on Ubuntu

Tutorial August 09, 2024
bash rust

   export PATH="$HOME/solana/target/release:$PATH"

To make this change permanent, add the above line to your ~/.bashrc or ~/.zshrc file and source it: