mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
adder collator updates (#1904)
* Fix adder collator README * Add trivial logging to show that collator collates * Update parachain/test-parachains/adder/collator/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
First start two validators that will run for the relay chain:
|
||||
```sh
|
||||
cargo run --features=real-overseer --release -- -d alice --chain rococo-local --validator --alice --port 50551
|
||||
cargo run --features=real-overseer --release -- -d bob --chain rococo-local --validator --alice --port 50552
|
||||
cargo run --features=real-overseer --release -- -d bob --chain rococo-local --validator --bob --port 50552
|
||||
```
|
||||
|
||||
Next start the collator that will collate for the adder parachain:
|
||||
|
||||
Reference in New Issue
Block a user