Steps to set alerts -
- Sign up on the platform.
- Add an address you want to monitor.
- Whenever a transaction happens that involves that specific public key, you get notification on your email with amount of SOL involved.
- Google App Password - Guide
- Solana Websocket and Https RPC - Helius, Quicknode or any other of your choice
- Postgres DB URL
- Rename .env.sample to .env and update env variables
- Run
yarn run prisma migrate devandyarn run prisma generate. - Run
yarn startto start the backend.
- Rename .env.sample to .env
- Update
VITE_BACKEND_URLvariable if you have changed the port of the backend, otherwise keep it as it is. - Run
yarn run dev
Now you should be able to see your app running on http://localhost:5173