0.1.14 • Published 8 months ago

@goat-sdk/plugin-balmy v0.1.14

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

Balmy GOAT Plugin 🐐

Allows you to create tools for interacting with the Balmy protocol - a state-of-the-art DCA (Dollar Cost Average) protocol that enables users to DCA any ERC20 into any ERC20 with their preferred period frequency.

Installation

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

Usage

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

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

Tools

  • Get quote
  • Execute swap
0.1.14

8 months ago

0.1.13

8 months ago

0.1.12

8 months ago

0.1.11

9 months ago

0.1.10

9 months ago

0.1.9

9 months ago