Skip to content

BlazeWasHere/points-adapters-bot

Repository files navigation

Points Adapters Bot

A discord bot for fetching and aggregating points data from various DeFi protocols.

Join the Discord

Discord Banner

Available Commands

  • /points [protocol] [address] - Get points breakdown for a specific protocol
  • /totals [address] - Get total points across all protocols

Getting Started

Requirements

Installation

  1. Clone the repository:
git clone https://github.com/blazewashere/points-adapters-bot.git
  1. Install dependencies:
deno install
  1. Setup env variables
# Fill in `DISCORD_TOKEN` and `CLIENT_ID` .env
cp .env.example .env
  1. Start
deno run --allow-net --allow-env --allow-read --env-file=.env main.ts
# or, simply
deno run -A --env-file=.env main.ts

Why is protocol X not added yet?

Contribute to points-adapters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published