A discord bot for fetching and aggregating points data from various DeFi protocols.
/points [protocol] [address]
- Get points breakdown for a specific protocol/totals [address]
- Get total points across all protocols
- Deno
- Discord bot token from Discord Developer Portal
- Clone the repository:
git clone https://github.com/blazewashere/points-adapters-bot.git
- Install dependencies:
deno install
- Setup env variables
# Fill in `DISCORD_TOKEN` and `CLIENT_ID` .env
cp .env.example .env
- Start
deno run --allow-net --allow-env --allow-read --env-file=.env main.ts
# or, simply
deno run -A --env-file=.env main.ts
Contribute to points-adapters.