Quick Start

Disclaimer

The provided code is available as-is, with no assurances of functionality. We are not liable for any damages that may result from its execution.

Overview

This repository serves as a practical resource for integrators aiming to get started with hands-on examples of using the DeBridge Liqudity Network protocol via API.

EVM

Included is a comprehensive TypeScript script demonstrating the transfer of 0.1 USDC from Polygon to Arbitrum. The script outlines all necessary steps for completing a cross-chain swap between the two networks. It also includes examples for executing the approve function on ERC-20 tokens and showcases various deBridge API integrations.

Solana

There are also examples of creating an order from Polygon (EVM) to Solana and from Solana to Polygon (EVM), along with submitting a versioned transaction.

Last updated

Was this helpful?