Quick Start
Build your first stablecoin project
Five steps to move from a blank workspace to a simulated or deployed contract using the current builder UI.
Before you begin
You will need a StablecoinRoadmap account to create projects and save versions. Deployment requires a Web3 wallet and a configured environment if you want to use API-backed features or integrations.
Step 1
Request a demo
Book a demo to unlock projects, version history, and deployment settings.
Step 2
Create a workspace project
Use the Projects workspace to name your build and manage versions.
Step 3
Open the builder
Switch between the visual builder, AI coach, and Solidity editor as you design.
Step 4
Simulate contract behavior
Run the simulation panel to test basic flows and inspect state updates in-browser.
Step 5
Deploy to Base networks
Use the deployment panel to deploy to Base Sepolia (testnet) or Base mainnet.
Environment setup (sandbox-ready)
Copy the environment template and set the minimum keys required for the builder + API sandbox.
cp .env.example .env.local # Required (Supabase + AI generation) NEXT_PUBLIC_SUPABASE_URL_PROD=... NEXT_PUBLIC_SUPABASE_ANON_KEY_PROD=... SUPABASE_SERVICE_ROLE_KEY_PROD=... GEMINI_API_KEY=...
Tip: Use the sandbox Supabase keys if you want to test without affecting production data.
Local dev commands
Run the dev server and validate lint + type checks before deploying.
npm install npm run dev npm run lint npm run type-check
Choose your network
Base Sepolia (testnet)
Best for demos, simulations, and sandbox flows. Use this to validate contract logic and integration paths.
Base mainnet
Use once you have completed compliance checks, funding, and operational readiness. Ensure your wallet is funded and policies are reviewed before deploying.
Accelerate with templates
Start from a template to get a pre-wired architecture, KPIs, and deployment checklist.
Next steps
Continue with the Getting Started guide for a deeper checklist, or jump straight to the API Reference if you are integrating programmatically.
Documentation navigation
Platform Overview
Understand the core areas of the product and how they connect.
Quick Start (5 min)
A fast, practical walkthrough to create and test your first project.
Getting Started
A guided checklist for setting up your workspace and builder flow.
Technical Features
See what the builder, AI guidance, simulation, and deployment panels do today.
API Reference
Sandbox-ready endpoints for wallets, payments, and balances.
Industry Examples
Browse and generate use cases from the live explorer.
Regional Guides
Interactive jurisdiction previews and locked regions list.
Related resources
Metrics Dashboard
Snapshot metrics and category filters from the Stablecoin Metrics page.
Issuer Directory
Browse the issuer directory and related analytics pages.
API Composer
Generate API snippets from a use case prompt in the composer UI.
Integrations
Connect and manage integration records in the integrations hub.
Glossary
Review stablecoin terminology and definitions.
Workspace
Manage projects, versions, and sharing settings.
