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.

Phase 1: Devnet only, safe testing environment

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.

In this version, the backend always deploys a standard SPL token. Feature toggles are saved as metadata in your configuration file so you can extend or re-deploy your contract logic later.

3. Token parameters

Define the core properties of your token. All values are applied directly during mint on devnet and reflected in the explorer.

100 M
2 %
5 %

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

Devnet safety mode ON

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

Last deployment

Mint address:

Explorer:

Download config:

After deployment you’ll see:
• Token mint address
• Solana explorer link
• Download link for the config file