DeveloperBreeze

Tutorials Programming Tutorials, Guides & Best Practices

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

Creating a Token on Solana

Tutorial August 09, 2024
bash rust

Ensure you're working on the Solana Devnet to avoid any accidental transactions on the Mainnet.

   solana config set --url https://api.devnet.solana.com

Installing Solana on Ubuntu

Tutorial August 09, 2024
bash rust

After installing Solana, you can verify the installation by checking the version of the Solana command-line tools:

solana --version