This is a mini app that allows you to track trades on a meme token through gRPC
Use your favorite node package manager. For development I've used Bun.
npx i
# or
bun i
Create a copy of .env.sample file and rename it to .env. Get your VITE_GRPC_TOKEN from Cabal bot.
To run local development
npm run dev
# or
bun run dev