SolScript vs Solang vs Neon EVM: 3 Ways to Use Solidity on Solana
Compare the three tools for writing Solidity on Solana. SolScript generates Anchor code, Solang compiles to BPF, and Neon EVM emulates the full EVM. Here's how to choose.
Guides, insights, and updates on Solidity-to-Solana development with SolScript.
Compare the three tools for writing Solidity on Solana. SolScript generates Anchor code, Solang compiles to BPF, and Neon EVM emulates the full EVM. Here's how to choose.
Build and deploy an SPL token on Solana using Solidity syntax with SolScript. No Rust knowledge required. Step-by-step guide with browser-based compilation.
Write and compile your first Solana smart contract in Solidity syntax using the SolScript browser playground. No installation required.
Everything an Ethereum developer needs to know about Solana in 2026. Architecture differences, developer tools, concept mapping, and how to start building without learning Rust.
A practical guide for Ethereum developers moving to Solana. Learn how Solidity concepts map to Solana architecture and how SolScript bridges the gap.
Write Solana smart contracts in Solidity and compile them instantly with SolScript's browser-based IDE. Features WASM compiler, Monaco editor, wallet integration, and one-click deployment.
How SolScript automatically converts Solidity mappings to Solana Program Derived Addresses. A deep dive into the PDA transformation.
Create an automated market maker (AMM) on Solana using SolScript's Solidity syntax. Implements constant-product formula, liquidity pools, and token swaps.
Create a fully functional Solana SPL token using SolScript's Solidity syntax. Complete walkthrough with minting, transfers, burning, and access control.
A practical comparison of SolScript and Anchor for Solana development. When to use Solidity syntax vs writing Rust directly.