Installation
- npm
- yarn
- pnpm
Quick Start
Configure Provider
Connect to Tempo testnet:Get Token Balance
Query TIP-20 token balances:Send Transfer
Send a TIP-20 token transfer:TIP-20 Tokens
Transfer with Memo
Include reconciliation data in transfers:Watch Transfer Events
Listen for incoming transfers:Filter by Recipient
Watch transfers to a specific address:Batch Payments
Send multiple transfers atomically:Account Abstraction
Fee Sponsorship
Pay gas fees for users:Scheduled Payments
Set validity windows for transactions:Chain Configuration
The SDK includes pre-configured chain definitions:Available ABIs
The SDK exports typed ABIs for all Tempo precompiles:Error Handling
Handle Tempo-specific errors:TypeScript Support
The SDK is fully typed with automatic inference:Next Steps
Integration Guide
Step-by-step integration walkthrough
TIP-20 Reference
Complete TIP-20 token specification
Account Abstraction
Learn about Tempo Transactions
Examples
View complete code examples