🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
2
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 19 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts