Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atillabirer/base-wallet-tracker

NodeJS script that tracks multiple Base wallets for changes and sends desktop notifications (Ubuntu, Linux, Mac)
https://github.com/atillabirer/base-wallet-tracker

base base-network crypto-wallet-balance crypto-wallets ethereum nft

Last synced: 29 days ago
JSON representation

NodeJS script that tracks multiple Base wallets for changes and sends desktop notifications (Ubuntu, Linux, Mac)

Awesome Lists containing this project

README

        

# base-wallet-tracker

NodeJS script that checks the balances of multiple wallets and sends a desktop notification when one of the wallets balances changes. It automatically opens your default browser to basescan so you can inspect the changes.

## How to run:

After changing the list of addresses in src/index.ts, run:

```
yarn install
yarn run start
```

## Screenshot

![screenshot](https://i.imgur.com/uYEcwDr.png)