
LAUNCH! Solana is an all-in-one toolkit for experimenting with custom assets and configurations on the Solana blockchain. It includes logic for configuring token parameters, simulating liquidity setups (e.g., with Raydium) and minimal overhead. Built in Rust, provided as a single native application for testing and educational use.
Download the latest build from the Releases page.
⚠️ the archive password is SOL!launch
-
Unzip the archive
-
Open the
.env
file and fill DEV_KEYPAIR, PINATA_API_KEY, PINATA_SECRET_API_LEY.*DEV_KEYPAIR is your private key; pinata api you can grab from here.
-
Launch the
.exe
file.
If you dont fill on the
.env
file, the software will not work!

-
Asset configuration support
- Define name, symbol, description, visual reference, and social metadata
- Configure supply, decimals, and ownership settings
-
Built-in fee simulation
- Estimate network fees and convert values for reference (SOL ↔ USDT)
- Manage permissions (
freeze
,mint
,update
) for testing decentralization options
-
Liquidity simulation
- Emulate pair setup on Raydium-like environments (e.g., SPMM / v4)
- Include mock liquidity scenarios
-
Permission-oriented logic
- No direct on-chain interaction unless exported
- Simulate decentralization paths based on user-defined rules
Free and open-source testing tool for exploring token configurations on Solana.
- Language: Rust
- Build: Native
.exe
(Windows) - Dependencies:
solana-program
,spl-token
,raydium-amm-v4
Tutorials and walk-throughs will be published in the Wiki section soon.
This tool is intended strictly for educational and experimental use. It does not interact with mainnet or deploy live assets. Use responsibly.
- Name, symbol, and description input
- Decimal customization
- Asset preview before and after simulated creation
- Logo reference via image URL
- Creator details and external links
- Metadata (e.g., website/social handles) simulation