Mini App starter
A Vite + React + wagmi Mini App with the Farcaster SDK, a manifest skeleton, and an example mint flow. Use the Mini App starter on GitHubStandalone application
The shortest path to a standalone Startale-integrated app is the Quickstart: Vite + React + wagmi, end to end, in about ten minutes. Start with the Quickstart → For deeper exploration of every supported RPC method (auth flows, sub-accounts, typed data, batched calls), study the Next.js testapp reference below.Reference implementations
End-to-end examples maintained by Startale alongside the SDK source.Test app
Next.js reference exercising every supported RPC method. Useful as a debugging surface when something is not working as expected.
Mini App demo
Vite + React + wagmi Mini App with Farcaster SDK integration, the Startale connector, and an on-chain mint flow.
What’s in the Mini App starter
- TypeScript with strict mode.
- Biome for formatting and linting.
- A working dev script (
pnpm dev) and a production build. - Sensible chain and SDK initialization.
- One end-to-end feature you can study or strip out.