0.0.7 • Published 7 months ago
@goat-sdk/plugin-cosmosbank v0.0.7
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.