0.0.7 • Published 10 months ago

@goat-sdk/plugin-debridge v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

DeBridge GOAT Plugin

DeBridge plugin for Goat. Allows you to create tools for bridging tokens across different chains using the DeBridge Liquidity Network (DLN).

Installation

npm install @goat-sdk/plugin-debridge
yarn add @goat-sdk/plugin-debridge
pnpm add @goat-sdk/plugin-debridge

Setup

import { debridge } from "@goat-sdk/plugin-debridge";

// Using default DeBridge API URL
const plugin = debridge();

// Or with custom API URL
const plugin = debridge({
    baseUrl: process.env.DEBRIDGE_BASE_URL
});

Tools

  1. Create Bridge Order
  2. Get Bridge Quote
  3. Execute Bridge Transaction
0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

11 months ago

0.0.3

11 months ago