An open API service indexing awesome lists of open source software.

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.

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
```