A simple Ethereum wallet tracker implementation for the Avalanche platform using web3j.
To add wallets of interest, edit the wallets.wall file and add extra entries (i.e.):
<entry>
<string>0x123a123a123a123a123a123a123a123a123a123a</string>
<com.dermitza.simpleWalletTracker.wallet.Wallet>
<walletHash>0x123a123a123a123a123a123a123a123a123a123a</walletHash>
<walletName>TESTWALLET</walletName>
</com.dermitza.simpleWalletTracker.wallet.Wallet>
</entry>