🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@goat-sdk/plugin-balmy

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goat-sdk/plugin-balmy

latest
Source
npmnpm
Version
0.1.14
Version published
Weekly downloads
45
7.14%
Maintainers
2
Weekly downloads
 
Created
Source
GOAT

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


Keywords

ai

FAQs

Package last updated on 10 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts