Create the Tempo payment method for OMPX.
Tempo is the only Phase 1 payment method that supports both protocols:
exact/evm
tempo
transaction
import { tempo } from '@ompx/tempo'import { privateKeyToAccount } from 'viem/accounts'const method = tempo({ account: privateKeyToAccount('0x...') }) Copy
import { tempo } from '@ompx/tempo'import { privateKeyToAccount } from 'viem/accounts'const method = tempo({ account: privateKeyToAccount('0x...') })
import { tempo } from '@ompx/tempo'const method = tempo({ recipient: '0xYourAddress', currency: '0x20c0...', // pathUSD}) Copy
import { tempo } from '@ompx/tempo'const method = tempo({ recipient: '0xYourAddress', currency: '0x20c0...', // pathUSD})
Create the Tempo payment method for OMPX.
Tempo is the only Phase 1 payment method that supports both protocols:
exact/evmscheme with EIP-3009 on Tempo chaintempomethod with EIP-3009-encodedtransactionpayload