Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Build on Tempo’s high-performance chain
import { Tempo } from './Tempo.js'; const tempo = Tempo({ rpcUrl: 'https://rpc.tempo.xyz', }); // Standard EVM interactions work const balance = await tempo.getBalance(address); const block = await tempo.getBlockNumber();
// Tempo-specific precompiles or features // (Implementation details TBD based on Tempo's architecture)
// Bridge assets to/from Tempo // (Implementation details TBD)
Was this page helpful?
Suggestions