akli

Crates.ioakli
lib.rsakli
version0.1.0
sourcesrc
created_at2024-03-12 17:22:25.452215
updated_at2024-03-12 17:22:25.452215
descriptionCommand line to interact with anonklub query api (https://anonset.fly.dev).
homepagehttps://github.com/anonklub/anonklub/tree/main/pkgs/cli/
repositoryhttps://github.com/anonklub/anonklub/tree/main/pkgs/cli
max_upload_size
id1170820
size110,393
(sripwoud)

documentation

https://github.com/anonklub/anonklub/tree/main/pkgs/cli/README.md

README

Akli

Command line to interact with anonklub query api.

  • Query

    • ETH balance anonset
    cargo run --release -- query eth --min 10000
    
    • ERC20 balance anonset
    cargo run --release -- query erc20 --address 0xc18360217d8f7ab5e7c516566761ea12ce7f9d72 --min 5000
    
  • Merkle

    cargo run --release -- merkle -f tests/fixtures/addresses.json -a 0x30b86f843a10ec6b28e8fa76b8b86d8317c708b6
    
Commit count: 0

cargo fmt