Skip to content

byedeep/narada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Narada - Polymarket Bot CLI

A modular CLI bot for interacting with Polymarket's WebSocket API using @dome-api/sdk.

Features

  • DomeAPI Integration: Uses the official SDK for reliable access to Polymarket data.
  • Event System: Decoupled event emitter for handling market updates.
  • Action Architecture: Pluggable action system (e.g., logging, trading).
  • CLI: Built with commander for easy command management.

Setup

  1. Install Dependencies:

    bun install
  2. Configuration: Create a .env file in the root directory:

    DOME_API_KEY=your_dome_api_key_here

Usage

Start the bot to listen for market events:

bun start listen

Or run directly:

bun src/index.ts listen

Structure

  • src/core: Core logic (DomeBotClient, Events).
  • src/cmd: CLI command definitions.
  • src/actions: Action handlers.

About

A real-time Polymarket whale tracker that sends high-value trade alerts to Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors