SDK · live on taifoon.io ↗
Three lines.
Any chain → any chain.
The TypeScript SDK takes care of gas, hops, and proofs so your contracts can act across chains as if they were one. The SDK and full docs live on taifoon.io/sdk.
@t3rn/sdk · v2.4
MIT · open source// 3 lines, any chain → any chain import { t3rn } from '@t3rn/sdk'; const order = await t3rn.submit({ from: 'ethereum', to: 'base', amount: 1.25, }); // crosschain proof attaches automatically await order.verify();
Bundle size
8.4 kb gzip
EVM chains
56 supported
Median fill time
3.1s P50
Continue on taifoon
The SDK lives on taifoon — the agents OS.
Full reference, recipe cookbook, agents framework, integration tests — taifoon is where the dev experience lives. We point you there.