Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/atillabirer/base-wallet-tracker
- Owner: atillabirer
- Created: 2024-11-23T04:15:33.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-11-23T04:58:34.000Z (30 days ago)
- Last Synced: 2024-11-23T05:19:20.088Z (30 days ago)
- Topics: base, base-network, crypto-wallet-balance, crypto-wallets, ethereum, nft
- Language: TypeScript
- Homepage:
- Size: 9.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)