@goat-sdk/plugin-cosmosbank
v0.0.7
Published
<div align="center"> <a href="https://github.com/goat-sdk/goat">
Readme
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-cosmosbankUsage
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.
