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.

Creating a Token on Solana

Tutorial August 09, 2024
bash rust

This will create a new wallet and a token account associated with it.

Transfer tokens from your account to the recipient's token account:

Installing Solana on Ubuntu

Tutorial August 09, 2024
bash rust

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

Congratulations! You have successfully installed Solana on your Ubuntu system. You are now ready to interact with the Solana blockchain, whether for development, deploying dApps, or running a validator node. Explore the Solana documentation to learn more about its capabilities and start building your applications on this high-performance blockchain.