Sydhds 7525c8c226 Add ProofGenerationData structure (#3)
* Add ProofGenerationData structure
* Use shared merkle tree
* Add unit tests for proof service
2025-06-05 10:03:31 +02:00
2025-04-25 12:33:09 +02:00
2025-04-25 12:33:09 +02:00

Status L2 Rln Prover

Run

RUST_LOG=debug cargo run -- -i 127.0.0.1 -r "wss://eth-mainnet.g.alchemy.com/v2/MY_TOKEN"

Debug

  • grpcurl -plaintext -d '{"sender": "Alice", "tx_id": "42"}' '[::1]:50051' prover.RlnProver/SendTransaction
  • grpcurl -plaintext '[::1]:50051' prover.RlnProver/GetProofs
Description
No description provided
Readme 4.4 MiB
Languages
Rust 99.5%
Dockerfile 0.3%
Makefile 0.1%