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