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.

Tutorial
rust

Using Solana's Program Library: Building Applications with Pre-Built Functions

anchor deploy

This command will deploy your program to the Solana cluster you’ve configured (either localnet, devnet, or mainnet).

Aug 27, 2024
Read More
Tutorial
bash rust

Creating a Token on Solana

This command will generate a new keypair file and save it to your specified path. Make sure to back up this file securely.

You need some SOL tokens in your wallet to pay for transaction fees. Request tokens from the Solana Devnet faucet:

Aug 09, 2024
Read More
Tutorial
bash rust

Installing Solana on Ubuntu

You can further configure the Solana CLI for specific networks (e.g., Mainnet, Devnet, Testnet). By default, Solana uses the Devnet:

   solana config set --url https://api.mainnet-beta.solana.com

Aug 09, 2024
Read More