radius-dev

Build and deploy stablecoin-native dApps on the Radius network.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/radiustechsystems/skills --skill radius-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: radius-dev
Source: https://github.com/radiustechsystems/skills/tree/main/plugins/radius/skills/radius-dev
Command: npx skills add https://github.com/radiustechsystems/skills --skill radius-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps developers reduce friction and errors when building applications for the Radius network by codifying network-specific patterns, fee models, and deployment practices so projects work reliably in production.

Core Features & Use Cases

  • Network configuration: Canonical viem defineChain values, RPC endpoints, and explorer URLs for testnet and mainnet.
  • Tooling & deployments: Opinionated guidance for TypeScript (viem), React/Next.js + wagmi UX, Foundry deployments, and Hardhat compatibility notes.
  • Micropayments & x402: Patterns for pay-per-visit content, real-time API metering, streaming payments, Permit2 and EIP-2612 facilitator flows.
  • Radius-specific correctness: SBC 6-decimal handling, Turnstile stablecoin fee model, EIP-7966 sync transactions, eth_getLogs address requirement, and block-number-as-timestamp implications.
  • Production readiness: Gotchas, security checklist, nonce/retry strategies, and best practices for event watching and WebSocket usage.

Quick Start

Use the radius-dev playbook to scaffold a React + wagmi frontend, viem backend clients, and Foundry deployment scripts configured for Radius Testnet.

Frequently Asked Questions about radius-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure wagmi and viem for a Radius network dApp?▼

Build stablecoin-native micropayment flows on Radius using x402 facilitator patterns, enabling pay-per-visit content, real-time API metering, streaming payments, and Permit2 or EIP-2612 settlement workflows.

How do I handle SBC 6-decimal stablecoin arithmetic on the Radius network?▼

Handle SBC 6-decimal stablecoin arithmetic on Radius by applying network-specific correctness patterns for Turnstile stablecoin fee models, ensuring precise decimal calculations and EIP-7966 synchronous transaction processing.

Why does eth_getLogs require an address parameter on the Radius network?▼

Deploy Radius smart contracts using Foundry deployment scripts configured for Radius testnet, with additional compatibility notes provided for integrating Hardhat workflows into your development environment.

Does Radius support EIP-7966 synchronous transactions and x402 facilitator settlement?▼

Yes, Radius supports EIP-7966 synchronous transactions and x402 facilitator settlement, enabling developers to build real-time API metering, streaming payments, and Permit2 or EIP-2612 facilitator flows for stablecoin-native dApps.