Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 513 Bytes

File metadata and controls

14 lines (12 loc) · 513 Bytes

simpleWalletTracket

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>