Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

30 lines (28 loc) · 1.32 KB

ParachuteDrop-LightClient

What's this?

  • This module is the helper for Parachute Drop. It tracks the activity of users in Osmosis dedicated to Evmos token, especially looking at the dumping/hodling tokens by looking at the following messages.
  • Messages that we look into in the light client
    • ExitPool
    • JoinPool
    • SwapExactAmountIn

How to start?

cargo fmt
cargo clippy --all --all-targets --all-features
cargo test --all --all-targets --all-features
cargo build
cargo run

References