Skip to main content
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.

Scaffold in one command

Then install and run:

Templates

Next.js + wagmi

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.

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.

What every template gives you

Wallet integration

Pre-configured wallet connections and React hooks — connect, read balances, and send transactions without boilerplate.

Sei network config

Mainnet (pacific-1, 1329) and testnet (atlantic-2, 1328) wired up, with contract-interaction examples.

Type safety

End-to-end TypeScript with wagmi + viem, so contract calls and ABIs are typed.

Tooling

Tailwind CSS, Mantine UI, Biome formatting, and Git initialized — ready to build on.
Prerequisites: Node.js v18 or higher (node --version to check).

More templates are coming

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.

Next steps

Scaffold Sei (CLI reference)

Full create-sei options, extensions, and troubleshooting.

Build a frontend

Wire wagmi + viem and a wallet into a Sei dApp from first principles.