Connext is a modular protocol for securely passing funds and data between chains. Developers can use Connext to build crosschain apps (xApps) - applications that interact with multiple domains (blockchains and/or rollups) simultaneously.

Integration

Folder Structure:

integrations/connext
ā”œā”€ api/
ā”‚ ā”œā”€ latest-transfers.tsx
ā”‚ ā”œā”€ estimated-amount.tsx
ā”‚ ā”œā”€ estimated-relayer-fee.tsx
ā”‚ ā”œā”€ approve-if-needed.tsx
ā”‚ ā”œā”€ xcall.tsx
ā”œā”€ components/
ā”‚ ā”œā”€ form-connext-xtransfer.tsx
ā”‚ ā”œā”€ latest-transfers.tsx
ā”‚ ā”œā”€ transfer.tsx
ā”œā”€ hooks/
ā”‚ ā”œā”€ use-latest-transfers.ts
ā”‚ ā”œā”€ use-supported-transfer.ts
ā”‚ ā”œā”€ use-xcall.ts
ā”‚ ā”œā”€ use-approve-if-needed.ts
ā”‚ ā”œā”€ use-estimated-relayer-fee.ts
ā”‚ ā”œā”€ use-estimated-amount.ts
ā”œā”€ utils/
ā”‚ ā”œā”€ assets/
ā”‚ ā”‚ ā”œā”€ index.ts
ā”‚ ā”‚ ā”œā”€ mainnet.ts
ā”‚ ā”‚ ā”œā”€ testnet.ts
ā”‚ ā”œā”€ chains/
ā”‚ ā”‚ ā”œā”€ index.ts
ā”‚ ā”‚ ā”œā”€ mainnet.ts
ā”‚ ā”‚ ā”œā”€ testnet.ts
ā”‚ ā”œā”€ types.ts
ā”œā”€ client.ts
ā”œā”€ README.md