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.
Adblocker Detected
It looks like you're using an adblocker. Our website relies on ads to keep running. Please consider disabling your adblocker to support us and access the content.
Tutorial
bash rust
Creating a Token on Solana
Use the SPL Token CLI to create a new token. This command will generate a new token mint address:
spl-token create-tokenAug 09, 2024
Read More Tutorial
bash rust
Installing Solana on Ubuntu
Open your terminal and run the following commands:
sudo apt update
sudo apt upgrade -yAug 09, 2024
Read More