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

0.1.4 • Public • Published

Enso GOAT Plugin

Get access to 180+ protocols through Enso for onchain actions, such as swap, deposit, lend, borrow etc.

Installation

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

Usage

import { enso } from '@goat-sdk/plugin-enso';

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
       enso({
            apiKey: process.env.ENSO_API_KEY
       })
    ]
});

Tools

  • Find the most optimal route between 2 tokens and execute it


Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.45latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.45
0.1.30
0.1.20
0.1.10

Package Sidebar

Install

npm i @goat-sdk/plugin-enso

Homepage

ohmygoat.dev

Weekly Downloads

5

Version

0.1.4

License

MIT

Unpacked Size

20.1 kB

Total Files

32

Last publish

Collaborators

  • aigustin
  • mpaella