Integration Guides

This section provides guides on how to integrate TACo into your application. Note that the underlying trust assumptions vary between versions, technologies, networks, and compatible third-party infrastructure. These nuances are explored in the trust assumptions section.

TACo networks

TACo is available on three networks; Lynx, Tapir and Mainnet, each of which has contracts deployed on an L1 (Ethereum) and L2 (Polygon). You can request support for a new chain or L2 in the Threshold Discord #taco channel.

DomainNetworkL1 (chain id)L2 (chain id)Expiration

DEV

lynx

Sepolia (11155111)

Amoy (80002)

2024-09-28

TESTNET

tapir

Sepolia (11155111)

Amoy (80002)

2024-10-06

MAINNET

mainnet

Ethereum (1)

Polygon (137)

Depends on subscription

Get started with Tapir and the testnet integration guide.

Example applications

The following samples showcase integrations with React-based web apps, and serve as an 'end-to-end' reference for creating conditions-based encryption & decryption:

Last updated