Skip to content

bansalgautam/solana-alert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Solana Alerts

Web App to set alerts on solana blockchain.

Steps to set alerts -

  1. Sign up on the platform.
  2. Add an address you want to monitor.
  3. Whenever a transaction happens that involves that specific public key, you get notification on your email with amount of SOL involved.

Steps to run web app on your local system -

Prerequisites

  • Google App Password - Guide
  • Solana Websocket and Https RPC - Helius, Quicknode or any other of your choice
  • Postgres DB URL

Now navigate to Backend folder and follow these steps -

  • Rename .env.sample to .env and update env variables
  • Run yarn run prisma migrate dev and yarn run prisma generate.
  • Run yarn start to start the backend.

Now navigate to Frontend folder and follow these steps -

  • Rename .env.sample to .env
  • Update VITE_BACKEND_URL variable 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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • CSS 2.8%
  • HTML 0.5%