🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@goat-sdk/plugin-cosmosbank

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goat-sdk/plugin-cosmosbank

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
2
Created
Source
GOAT

CosmosBank GOAT Plugin

Allows you to create tools for interacting with the bank module on cosmos chains.

Installation

npm install @goat-sdk/plugin-cosmosbank
yarn add @goat-sdk/plugin-cosmosbank
pnpm add @goat-sdk/plugin-cosmosbank

Usage

import { cosmosbank } from "@goat-sdk/plugin-cosmosbank";

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
       cosmosbank()
    ]
});

Working example

See the LangChain example for a working example of how to use the CosmosBank plugin.



Keywords

ai

FAQs

Package last updated on 24 Mar 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