https://github.com/hsnice16/alert-on-price-change
Track price change of a token in Solana, and get alerts.
https://github.com/hsnice16/alert-on-price-change
nodejs price-tracker solana solana-token web3
Last synced: about 1 month ago
JSON representation
Track price change of a token in Solana, and get alerts.
- Host: GitHub
- URL: https://github.com/hsnice16/alert-on-price-change
- Owner: hsnice16
- Created: 2024-11-12T13:19:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T15:48:18.000Z (over 1 year ago)
- Last Synced: 2026-01-15T21:21:10.294Z (5 months ago)
- Topics: nodejs, price-tracker, solana, solana-token, web3
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alert on price change
Track price change of a token in Solana.
---
## 🔌 Getting Started
1. Clone the repository on your local machine with the command below in your terminal, and cd into the **alert-on-price-change** folder.
```shell
git clone https://github.com/hsnice16/alert-on-price-change.git
cd alert-on-price-change
```
1. Install dependencies (if you are using **yarn** then do with that).
```shell
npm install
```
1. Run the code.
```shell
node index.js
```