Prefer a typed client? The Stable SDK wraps viem with
transfer, bridge, and swap methods so you skip the manual ABI and decimals work.Prerequisites
- Node.js 20 or later
- A private key you control (a fresh test key is fine)
1. Install and configure
Create a project, installethers, and save the testnet config.
.env:
config.ts:
2. Fund the wallet
Print your address, then request testnet USDT0 from the faucet.3. Send your first transaction
Send 0.001 USDT0 natively. On Stable, USDT0 is the native asset, so a simple value transfer is the cheapest path (21,000 gas).Where to go next
Deploy a smart contract
Scaffold a Foundry project and deploy to Stable testnet.
Build a payment app
Create wallet, send, receive, and query payment history.
Develop with AI
Wire MCP servers and agent skills into your AI editor.

