🎩 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

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

Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
64
33.33%
Maintainers
2
Weekly downloads
 
Created
Source

Goat DeBridge Plugin 🐐 - TypeScript

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

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
});

Available Actions

Create Bridge Order

Creates a cross-chain token transfer order.

Get Bridge Quote

Gets a quote for a cross-chain token transfer.

Execute Bridge Transaction

Signs and broadcasts the bridge transaction.

Goat

Go out and eat some grass.

Docs | API | Discord

Goat 🐐

Goat 🐐 (Great Onchain Agent Toolkit) is an open-source library enabling AI agents to interact with blockchain protocols and smart contracts via their own wallets.

Keywords

ai

FAQs

Package last updated on 11 Feb 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