A curated hub of documentation, tooling, SDKs, and community resources for developers building on Radix. Whether you are writing your first Scrypto blueprint or running production infrastructure, start here β then dive into the focused guides under Getting Started, Scrypto, Transactions, Frontend, and Infrastructure.
β Quick Start
The fastest way to start building is the official Scrypto Starter repository, which ships with a pre-configured VS Code Dev Container so you do not have to install the Rust toolchain manually. The full step-by-step path lives in the Radix Documentation.
Download and install VS Code.
Install the Dev Containers extension from the Extensions sidebar, then follow the prompts to install Docker Desktop.
Clone the starter repository:
git clone https://github.com/radixdlt/scrypto-starter.gitOpen the folder in VS Code (File > Open Folder). When prompted, choose Reopen in Container β or run Dev Containers: Reopen in Container from the Command Palette (View > Command Palette).
Once the container loads, confirm the Radix Engine Simulator is ready:
resim --helpFollow the Learning Step-by-Step course to build your first blueprint, component, and full-stack dApp.
π Starter Pack
Essential resources to help you build and grow your application on Radix:
Learn Step by Step.
Deepen your understanding with the Radix Technical Documentation.
Get inspired by the Official Code Examples and Community Scrypto Examples.
Build and submit transactions with the RadixScan Manifest Builder or the Radix Billboard Manifest Builder.
Build a full-stack dApp with the Full-Stack dApp guide and the Radix dApp Toolkit.
Join the developer Telegram channel and the official Discord.
Apply for Radix Booster Grants.
π Documentation
Radix Technical Documentation β the canonical docs site for the entire stack.
Scrypto: Learning Step-by-Step β from first blueprint to full dApp.
Radix Engine β the asset-oriented state machine that runs transactions.
Radix dApp Toolkit β Connect Button, Wallet SDK, and Gateway SDK in one interface.
ROLA (Radix Off-Ledger Auth) β prove wallet ownership for login.
Radix Engine Toolkit β manifest construction, SBOR, and address derivation.
Network APIs β Gateway, Core, and System API overview.
Radix Wallet β wiki reference for the Babylon wallet.
π APIs & Specs
Gateway API Spec β read aggregated ledger state and submit transactions (mainnet Swagger).
Core API Spec β full-node API for integrators and the
/stream/transactionsevent stream.System API Spec β node operations and health.
π¦ SDKs & Packages
Radix dApp Toolkit β the recommended front-end integration library (Connect Button + SDKs).
Gateway API SDK (npm) β typed JS/TS client for the Gateway.
Core API SDK (npm) β typed JS/TS client for the Core API.
ROLA (npm) β verify Radix Off-Ledger Auth signatures server-side.
scrypto / scrypto-test / radix-engine β Rust crates on docs.rs.
Radix Wallet Connector β browser extension that bridges dApps to the wallet.
π οΈ Community Tools & Explorers
As the Radix Foundation winds down, much developer infrastructure is now community-hosted. The following tools are actively maintained by the community:
RadixScan Console β developer console and step-by-step Manifest Builder that sends transactions straight to your wallet (switches between Mainnet and Stokenet).
RadixScan Dashboard β account, resource, and transaction explorer.
RadixScan Agent Layer β keyless MCP server for AI agents to read the ledger and build, validate, and simulate manifests (non-custodial; signing happens in the wallet).
GenkiPool Community Tools β wallet connection, batched transactions, and one-transaction staking/unstaking across multiple validators.
ShardSpace β create and manage dApp definitions (Mainnet and Stokenet).
Radix Billboard β visual transaction manifest builder.
π€ Agentic & AI Development
Radix is being built into a settlement layer for the agentic economy β AI agents that read on-chain state, build transactions, and pay for services. See the dedicated guide: AI Agents & x402 Payments.
x402 β the open HTTP-402 payment standard for AI agents and APIs; multi-chain implementation with Radix support in development.
RadixScan Agent Layer β keyless MCP server for reading the ledger and building, validating, and simulating manifests (non-custodial).
Awesome Radix MCP Servers β curated index of Radix MCP servers.
Radix Context & Radix Skills β context files and installable skills that give coding agents Radix expertise.
AI Agent Wallet β open-source natural-language wallet SDK for agents (DEX, lending, staking).
βΏ» Scrypto Libraries
Open-source crates and libraries that extend Scrypto and the wider toolchain:
scrypto-math β high-precision math (exp, ln, pow) for Scrypto.
scrypto-avltree β an on-ledger AVL tree data structure.
ice_rrc404v1 β an RRC-404 style hybrid token/NFT implementation.
radix-web3.js β an Effect-native TypeScript toolkit; see the SBOR βez modeβ docs.
β‘ Hyperscale (Xi'an) Developer Resources
Hyperscale is the in-progress sharded execution layer for Radix's Xi'an release, built in Rust. It is the most active area of protocol development. See the wiki overview at hyperscale-rs.
POLARIS β the leaderless BFT beacon-chain prototype repository.
Web3 Modules: Hyperscale β community learning notes on the Hyperscale architecture.
Learn-Hyperscale-rs β community guides and flowcharts for Rust and distributed systems with Hyperscale-RS.

