@goat-sdk/plugin-cosmosbank
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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.



Readme

Keywords

Package Sidebar

Install

npm i @goat-sdk/plugin-cosmosbank

Homepage

ohmygoat.dev

Weekly Downloads

26

Version

0.0.7

License

MIT

Unpacked Size

27 kB

Total Files

24

Last publish

Collaborators

  • aigustin
  • mpaella