New:Socket for Asana Is Now Available.Learn more
Sign In

@goat-sdk/plugin-debridge

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goat-sdk/plugin-debridge

Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
38
322.22%
Maintainers
2
Weekly downloads
 
Created
Source
GOAT

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

  • Create Bridge Order
  • Get Bridge Quote
  • Execute Bridge Transaction


Keywords

ai

FAQs

Package last updated on 03 Mar 2025

Related posts