0.0.7 • Published 1 year ago

@goat-sdk/plugin-debridge v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago