0.1.6 • Published 11 months ago

@goat-sdk/plugin-ionic v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Ionic GOAT Plugin

Ionic plugin for GOAT. Allows you to create tools for interacting with the Ionic protocol.

Installation

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

Usage

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

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

Tools

  • Borrow and supply assets
  • Loop assets
  • Swap collateral
0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

12 months ago

0.1.2

1 year ago

0.1.1

1 year ago