Skip to content

Repository files navigation

sanamesolbot-backend

Express backend for WatchSol wallet tracking and Telegram/mobile alerts.

Setup

npm ci

Create .env from .env.example:

cp .env.example .env

Required env vars:

  • BOT_TOKEN
  • HELIUS_API_KEY
  • RPC_URL (optional if HELIUS_API_KEY set)
  • PORT

Optional security:

  • CORS_ORIGIN
  • RATE_LIMIT_WINDOW_MS
  • RATE_LIMIT_MAX
  • NOTIFY_TOKEN
  • TELEGRAM_WEBHOOK_SECRET
  • TRUST_PROXY

Run

npm run start

Health

  • GET /health

Scripts

  • npm run check
  • npm run lint
  • npm run typecheck
  • npm run test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages