A collection of TypeScript App examples built on Tempo.
| Example | Description |
|---|---|
| accounts | Connecting accounts using Passkeys or external wallets |
| exchange | Stablecoin DEX trading with order placement, buy/sell swaps, and quotes |
| issuance | Stablecoin lifecycle: create tokens, mint/burn, manage roles, AMM liquidity, and rewards |
| payments | Token transfers with memos and sponsored transactions |
Clone a specific example:
pnpx gitpick tempoxyz/examples/tree/main/examples/<example-name> <example-name>
cd <example-name>
pnpm i
pnpm devOr run an example from this monorepo:
pnpm install
pnpm --filter <example-name> devSee _template-example for the starter template when creating new examples.