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.
Stokenet is wiped on Saturday 29 August 2026
Every package, component, dApp definition, resource and balance on Stokenet is destroyed at 07:00 UTC, with several hours of downtime for server maintenance after it. Guides on this site that deploy to Stokenet still work; what they produce before that morning does not survive it.
The date was announced on 18 August 2026 by the community operator who runs the test network, and re-confirmed on 22 August; the operator plans to repeat the reset every nine to twelve months. Nothing needs reconfiguring afterwards – the network ID, the Gateway URL and all well-known addresses (XRD, the faucet, the native packages) are unchanged, and account addresses are derived from your keys rather than stored, so they survive as empty accounts. What has to be redone is the work: redeploy your packages and instantiate your components again, re-fund from the faucet, re-populate your dApp definition metadata so the wallet verifies your dApp, and recreate personas in the wallet before testing a connection. Reusing the same dApp definition account keeps your .well-known/radix.json correct. If the date breaks a launch plan, the operator has invited developers to say so in the Radix Developer Discussion channel.
β Quick Start
The fastest way to start building is the official Scrypto Starter repository, which ships a pre-configured VS Code Dev Container so you do not have to install the Rust toolchain manually. Installing Scrypto walks through that path step by step, alongside the scripted and manual alternatives.
From there, Getting Started runs from a first blueprint to a package deployed on Stokenet, and the Learning Step-by-Step course covers the same ground in the official documentation.
π 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 Rust SDK (GitHub) β pure-Rust off-ledger primitives: ROLA auth, address derivation, keystores, and Radix Connect over WebRTC and iroh/QUIC.
radix-web3.js (GitHub) β a nine-package community TypeScript suite built on Effect: core client, Gateway client, wallet connect, transaction and streaming helpers, an SBOR βez modeβ schema builder, and the agent-first rdx-cli.
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).
Instruct (app) β visual transaction manifest builder for Mainnet and Stokenet, from The Radix Billboard team.
Hookah (GitHub) β a self-hostable Radix event-monitoring and webhook-delivery platform (MIT-licensed): register triggers on on-ledger events and receive webhook callbacks when matching events appear in the transaction stream. Runs as a hosted service at hookah.ing (dashboard at app.hookah.ing, ROLA sign-in), and is self-hostable from the July 2026 open-source snapshot.
Radix Desktop Tool (GitHub) β open-source MIT desktop utility for batched singleβmultiple and multipleβmultiple token transfers, built by community member HODL6666.
π€ 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.wiki MCP Server β this wikiβs own keyless MCP endpoint at
radix.wiki/api/mcp: eleven tools over the corpus, plusllms.txt, markdown twins and a ROLA-gated write path.Radix Context & Radix Skills β context files and installable skills that give coding agents Radix expertise.
Igentix (demo) β an agent-payments demo on Stokenet that pairs x402 with AP2 and enforces the spending policy on-ledger.
AgentWallet for Radix (Telegram) β open-source, policy-constrained natural-language wallet SDK that lets an AI agent transact autonomously (swaps, staking, liquidity, Weft Finance operations).
βΏ» 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.
RRC-404 (ice_rrc404v1) β a hybrid fungible/non-fungible token standard for Radix, with a reference implementation in Scrypto.
β‘ 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.
What was confirmed on 1β2 August 2026 matters to anyone shipping on Radix today: Xi'an is expected to run a purpose-built VM written from scratch rather than a sharded Radix Engine β asked whether a new VM made more sense than modifying the existing one, the lead developer answered “yeah, it's underway” β and the migration cost for existing dApps was put at best case a recompile, worst case an automatic source transpiler. Scrypto's status as a named language under that VM has not been stated. Fuller context in Scrypto Fundamentals.
POLARIS β the leaderless BFT beacon-chain prototype, since integrated into hyperscale-rs.
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.

