Skip to content

Rust CLI tool to track eth wallet addresses (non-contract)

Notifications You must be signed in to change notification settings

aranair/eth-wallet-tracker-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETH Wallet Tracker

Tracks transactions for a watchlist of wallets

How to use?

Create a watchlist.json with the following format

{
  "watchlist": [
    {
      "name": "some identifier of address",
      "address": "0x0000000000000000000000000000"
    },
    ...
  ]
}

Get a infura address

cargo run -- \
  --url="wss://mainnet.infura.io/ws/v3/xxxxxxxxxxxxxxxxxx"

About

Rust CLI tool to track eth wallet addresses (non-contract)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages