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

@goat-sdk/plugin-betswirl

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goat-sdk/plugin-betswirl

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
2
Created
Source
GOAT

BetSwirl GOAT Plugin

The BetSwirl plugin offers a seamless way to interact with the BetSwirl betting platform through GOAT. It includes tools for placing bets on games and retrieving bets information. The plugin ensures that all interactions are validated and processed securely, providing agents with a reliable betting experience.

Installation

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

Usage

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

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
       betswirl(process.env.THEGRAPH_API_KEY) // Optional TheGraph API Key (rate limits applies). Get one from https://thegraph.com/studio/apikeys/
    ]
});

Tools

  • Flip a Coin
  • Roll a Dice
  • Spin a Roulette
  • Get bets


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