Use cases
What developers build with SolScript.
SolScript is a compiler, not a single app. These are the workflows Ethereum developers reach for most — each maps to real features and generated Anchor code.
Migration
Migrating from Ethereum to Solana
Bring a Solidity codebase and a team of Solidity developers to Solana without a full Rust rewrite. SolScript maps your contracts and mappings to native Solana programs.
Read the use case → TokensBuilding SPL tokens in Solidity
Write an SPL token — mint, transfer, burn, access control — in Solidity syntax. SolScript emits the correct SPL Token CPI calls and PDA-backed balances.
Read the use case → LearningLearning Solana development
Use syntax you already know to learn Solana concepts — PDAs, accounts, CPIs — by reading the Anchor code SolScript generates from your Solidity.
Read the use case →See it in action in the playground or browse examples. SolScript is part of Cryptuon.