mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
minor chore changes (#3944)
* chore: mild refactor, avoid the channel in handle_import_statements * chore/md: lint
This commit is contained in:
committed by
GitHub
parent
94986bec7e
commit
d64394ef59
@@ -1,12 +1,14 @@
|
||||
# How to run this collator
|
||||
|
||||
First start two validators that will run for the relay chain:
|
||||
|
||||
```sh
|
||||
cargo run --release -- -d alice --chain rococo-local --validator --alice --port 50551
|
||||
cargo run --release -- -d bob --chain rococo-local --validator --bob --port 50552
|
||||
```
|
||||
|
||||
Next start the collator that will collate for the adder parachain:
|
||||
|
||||
```sh
|
||||
cargo run --release -p test-parachain-adder-collator -- --tmp --chain rococo-local --port 50553
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user