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 should see the version number of the SPL Token CLI.

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

Installing Solana on Ubuntu

Tutorial August 09, 2024
bash rust

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