Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Jan 23, 2024
1 parent 3f6aac6 commit f6481f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ RUST_LOG=debug cargo run -- start-committee-node --key-path examples/committee/k
### Start an orchestrator/coordinator

```shell
RUST_LOG=debug cargo run -- start-orchestrator --publickey-package-path examples/committee/publickey-package.json --committee-cfg-path examples/committee/committee-cfg.json
RUST_LOG=debug cargo run -- start-orchestrator --publickey-package-path examples/committee/publickey-package.json --committee-cfg-path examples/committee/committee-cfg.json --address "127.0.0.1:8891"
```

then you can query it like so:
Expand Down

0 comments on commit f6481f7

Please sign in to comment.