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

0.1.6 • Public • Published

JSON RPC GOAT Plugin

Make easy to call JSON RPC methods.

Installation

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

Usage

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

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

Tools

  • Call JSON RPC methods


Readme

Keywords

Package Sidebar

Install

npm i @goat-sdk/plugin-jsonrpc

Homepage

ohmygoat.dev

Weekly Downloads

5

Version

0.1.6

License

MIT

Unpacked Size

11.4 kB

Total Files

24

Last publish

Collaborators

  • aigustin
  • mpaella