Sydhds 409cdcb651 Move all code related to smart contracts into lib smart_contract (#7)
* Move all code related to smart contracts into lib smart_contract
* Can start the prover with mocked smart contract
* Add KarmaTier integration
* Filter & validate initial tier limits
2025-06-13 12:04:10 +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%