mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 21:18:05 -05:00
12
Readme.md
12
Readme.md
@@ -5,9 +5,17 @@
|
||||
* docker build --progress=plain --no-cache -t prover .
|
||||
* sudo docker run -p 50051:50051 prover --mock-sc true --mock-user mock/mock_user_1.json
|
||||
|
||||
## Run
|
||||
## Run prover
|
||||
|
||||
RUST_LOG=debug cargo run -- -i 127.0.0.1 -r "wss://eth-mainnet.g.alchemy.com/v2/__MY_TOKEN__"
|
||||
RUST_LOG=debug cargo run -p prover_cli -- -i 127.0.0.1 -r "wss://eth-mainnet.g.alchemy.com/v2/__MY_TOKEN__"
|
||||
|
||||
## Run prover + Mock
|
||||
|
||||
RUST_LOG=debug cargo run -p prover_cli -- -i 127.0.0.1 --metrics-ip 127.0.0.1 --mock-sc true --mock-user mock/mock_user_1.json
|
||||
|
||||
## Run prover client (for tests)
|
||||
|
||||
RUST_LOG=debug cargo run -p prover_client
|
||||
|
||||
## Debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user