DeveloperBreeze

No-Code Platform Development Tutorials, Guides & Insights

Unlock 2+ expert-curated no-code platform tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your no-code platform skills on DeveloperBreeze.

Creating a Token on Solana

Tutorial August 09, 2024
bash rust

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

   solana airdrop 2 ~/my-solana-wallet.json

Installing Solana on Ubuntu

Tutorial August 09, 2024
bash rust

You should see the Rust version printed in the terminal.

With Rust installed, you can now install the Solana command-line tools. These tools are essential for interacting with the Solana network.