simpleRustBot

Simple Rust bot monitering all block headers and all liquidation txs on Aave V2.

Setup

  1. add ur own RPC endpoint: create a new file in .cargo/config.toml and add END_POINT=wss://eth-mainnet.g.alchemy.com/v2/xxxxxxxxx under [env].
  2. Cargo install

Run program

simply run Cargo run

Expected Outputs

live block headers and any liquidation tx in Aave V2

Screenshot 2022-11-16 at 09 52 38

Warning

Do not use for production.