Track a list of crypto wallets to get notified when a new transaction is being processed.
npm install
-
Copy
.env.sampleand rename to.env. -
Customize
.envpreferences and replace GetBlock.io API Key with yours (default is a limited one only for development). -
Copy
.wallets.sampleand rename to.wallets. -
Edit
.walletsand add all the wallets to watch line-by-line like in the example below:
0x6660e0aac73c495d49ded3934132c405c4615e01
0xf60d6c152e89edf22a70de490f3be1fa309ca779
- Start tracking with
npm start
You can edit .env and customize your preferences.
| Options | Values | Description |
|---|---|---|
NETWORK |
mainnet | testnet |
Choose between main or test network |
GET_BLOCK_API_KEY |
string |
GetBlock.io API Key |
OPEN_POOCOIN |
true | false |
Open Poocoin website when a new transation is detected |
OPEN_PANCAKE |
true | false |
Open PancakeSwap website when a new transation is detected |
PLAY_SOUND |
true | false |
Play sound when a new transation is detected |