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

0.1.9 • Public • Published

ModeSpray GOAT Plugin

This plugin enables AI agents to interact with ModeSpray on Mode Network, allowing them to Spray assets to multiple recipients in a single transaction.

Installation

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

Usage

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

const tools = await getOnChainTools({
    wallet: viem(wallet),
    plugins: [
        modeSpray(),
    ],
});

Tools

  • Spray assets to multiple recipients in a single transaction


Package Sidebar

Install

npm i @goat-sdk/plugin-modespray

Homepage

ohmygoat.dev

Weekly Downloads

98

Version

0.1.9

License

MIT

Unpacked Size

35.6 kB

Total Files

38

Last publish

Collaborators

  • aigustin
  • mpaella