#1 beginner 30 minutes
Building Your First Token Contract with SolScript
Create a full-featured token on Solana using SolScript's Solidity syntax. Covers minting, transfers, allowances, burning, and access control.
Learn to build Solana smart contracts with SolScript, step by step.
Create a full-featured token on Solana using SolScript's Solidity syntax. Covers minting, transfers, allowances, burning, and access control.
Build a trustless escrow on Solana with SolScript. Learn conditional transfers, multi-party authorization, and state machine patterns.
Build a multi-signature wallet on Solana with SolScript. Require multiple approvals before executing transactions.