SOL LEARN

Your Solana
learning platform

Build, Learn and Grow

About

Intuitive, comprehensive, and accessible.

Visual Node Builder

Drag-and-drop nodes to construct Solana transactions and flows. See data transform at every step with zero boilerplate.

Real On-Chain Execution

Connect to devnet or mainnet, sign and send transactions, verify signatures, and inspect results directly in the UI.

Composable Modules

Reusable nodes for keypairs, PDAs, instructions and IDL-driven builders. Mix, match and extend without rewrites.

Open-Source

Built to grow with you. Add custom nodes and utilities like plugins to tailor advanced workflows and learning paths.

Overview

Nodes are visual building blocks that represent Solana actions and data. Connect a node's output handle to another node's input to pass values through the flow.

For example: use a Keypair node to create a signer, connect it to a Transaction Builder node, then attach Instruction nodes.

Finally, send the Transaction node to execute on chain.

TEXT

DISPLAY

hash()

HASH

Problem → Solution

01

Problem

Solana and blockchain introduce many new concepts and flows that are hard to understand for newcomers. Terminology like keypairs, PDAs, the accounts model, transactions, instructions, and IDLs arrives all at once without a clear mental model or safe place to explore.

02

Consequence

Slow onboarding and low confidence. Builders rely on copy-paste snippets, ship brittle code, and struggle to reason about data flow. Mentors repeat the same explanations over and over instead of doing higher-level design reviews.

03

Solution

SOL Learn turns lessons into actions. Start from templates, connect nodes, preview accounts and data, and run on devnet safely. Learn by doing - no boilerplate, instant feedback, shareable flows.

04

Result

Faster learning loops, reproducible templates, and fewer footguns. Beginners become productive. Teams align on clear, shared flows.