Files
Iskander 80aa4f61ce feat(halo2): implement eth membership circuit (without nullifier) (#445)
* feat: halo2 ecdsa membership without nullifier

* chore: remove unused codes from halo2-related pkgs (#489)

* chore: remove unused codes from halo2-related pkgs

* fix: roll back the "generate_merkle_proof" (wasm32 build)

---------

Co-authored-by: duguorong009 <80258679+duguorong009@users.noreply.github.com>
Co-authored-by: sripwoud <me@sripwoud.xyz>
2024-08-21 09:27:58 +02:00
..

Akli

Command line to interact with anonklub query api.

Examples

  • Query

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

    • Proof
    cargo run --release -- merkle proof -f tests/fixtures/addresses.json -a 0x30b86f843a10ec6b28e8fa76b8b86d8317c708b6
    
    • Root
    cargo run --release merkle proof -f tests/fixtures/addresses.json