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

Use the SPL Token CLI to create a new token. This command will generate a new token mint address:

   spl-token create-token

Installing Solana on Ubuntu

Tutorial August 09, 2024
bash rust

Replace v1.16.10 with the latest stable version if a newer version is available.

   cargo build --release