@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


Readme

Keywords

Package Sidebar

Install

npm i @goat-sdk/plugin-enso

Homepage

ohmygoat.dev

Weekly Downloads

18

Version

0.1.4

License

MIT

Unpacked Size

20.1 kB

Total Files

32

Last publish

Collaborators

  • aigustin
  • mpaella