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";
const plugin = debridge();
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
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.