For the complete documentation index, see llms.txt. This page is also available as Markdown.

Scripts

Copy-paste examples for Epoch SDK integration patterns. These live in the docs repo for reference; runnable end-to-end tests ship in smallocator/sdk.

Script
Wallet
Purpose

Browser / injected (wagmi)

Probe EIP-5792 batch strategy; solve with user-paid gas

smallocator/sdk/test/local-wallet-gasless.ts

Local private key

Gasless SIO relay smoke test (pnpm example:local-wallet)

Rule: gasless relay (allowGaslessSmartAccount: true + convertToSmartAccount) is local private-key only. Injected wallets may batch via wallet_sendCalls when already a smart wallet, but the user pays on-chain gas.

See Gasless Deposits and Transaction Batching & EIP-7702.

Last updated