Action required: IBC assets on Sei will become inaccessible If you hold USDC.n (USDC via Noble), USDT.kava (Kava USDT), Wormhole-bridged tokens, or any other IBC asset on Sei, you must swap, migrate, or bridge out before the governance proposal to disable inbound/outbound IBC transfers passes and is activated to avoid permanent loss of access. After this, Sei will no longer support IBC bridging of assets from Cosmos-based chains to and from Sei Network. Consult the SIP-03 Migration Guide for the full list of affected assets, required actions, and supported routes. For USDC.n specifically, see: Holders of USDC.n Need to Swap or Migrate.
Production-ready Sei dApp templates you can scaffold in one command with @sei-js/create-sei — wallet connections, contract interactions, and TypeScript wired up out of the box.
Start a new Sei dApp from a working, production-ready template instead of a blank folder. The @sei-js/create-sei CLI scaffolds a fully wired project — wallet connections, contract interactions, TypeScript, and styling — in seconds.
The default starter — a production-ready Next.js 15 app (React 19) with type-safe wallet connections and contract reads/writes.Stack: Next.js 15 · React 19 · wagmi v2 · viem · RainbowKit · TanStack Query · Tailwind CSS v4 · Mantine UI · Biome · TypeScriptIncludes: RainbowKit wallet connection (MetaMask / WalletConnect / Coinbase Wallet), organized components/hooks/utilities, and Sei network config.
npx @sei-js/create-sei app --name my-sei-app
Precompiles extension
The default template plus working examples that query Sei’s native precompiles — Bank, Staking, and Governance — directly from the frontend.Adds: native token supply, staking info, and governance proposal reads via @sei-js/precompiles.
See every available extension with npx @sei-js/create-sei list-extensions. Full CLI options and the interactive setup flow are documented on the Scaffold Sei page.
This gallery grows as new starters ship. Building a template the ecosystem should know about — a DeFi starter, an NFT mint, an x402-payments app, or an AI agent? Contribute it to sei-protocol/sei-js and it can be listed here.