TheDocumentation Index
Fetch the complete documentation index at: https://docs.startale.com/llms.txt
Use this file to discover all available pages before exploring further.
miniapp-sandbox is a local approximation of the Startale App host. It loads your Mini App in an iframe with the right sandbox attributes, simulates sdk.context, and exercises the full Mini App handshake.
Run it
For a fully local environment:Register your Mini App
Editsrc/pages/configMiniApps.ts:
/.well-known/farcaster.json to populate the launcher card.
What the sandbox simulates
| Feature | Sandbox | Production Startale App |
|---|---|---|
sdk.context.startale.starPoints | Hardcoded 100 | Real STAR Points balance |
sdk.context.startale.eoaWallets | Not provided | Provided as string[] of verified addresses |
| Wallet connection | Wagmi + Startale connector | Smart account via host |
| EIP-1193 signing | Routes through your local wagmi client | Routes through the user’s smart account |
Known gaps
eoaWalletsis not simulated. Test EOA-discovery flows against staging or production.- Notifications via
addMiniAppwork locally only if you have configured a webhook endpoint reachable from the sandbox. sendTokenandswapTokenactions returnnot_supportedin the sandbox.