Build your Solana contract visually
Skip Rust and heavy local setup. With MrSol you can visually configure an SPL token, connect your wallet, and deploy to Solana devnet in a few clicks — with an explorer link and downloadable config file for future upgrades.
1. Choose a base template
Start from a pre-configured contract type. In this phase, the backend deploys SPL token contracts; other templates such as staking and vesting will be unlocked in the next versions.
2. Enable add-on features
Toggle advanced behaviors for your contract. Today these options are stored in your config file and help you design tokenomics; future versions will implement them fully on-chain.
3. Token parameters
Define the core properties of your token. All values are applied directly during mint on devnet and reflected in the explorer.
4. Review & deploy
Double-check your configuration, then deploy to Solana devnet. You’ll see the token mint address, an explorer link and a downloadable configuration file that documents your choices.
Configuration summary
All deployments go to devnet. You can test everything without risking real funds or mainnet liquidity.
Deploy to devnet
MrSol backend will:
- Create an SPL token mint on devnet
- Mint total supply to your wallet
- Generate a configuration artifact file
After deployment you’ll see:
• Token mint address
• Solana explorer link
• Download link for the config file