Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
islami00 committed Sep 3, 2022
1 parent 8d2b761 commit 9230ad8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ First, complete the [basic Rust setup instructions](./docs/rust-setup.md).
### Relay setup

Use the `prep-relay` script we use on gitpod
The setup script currently assumes you have the polkadot relay binary (v0.9.24) at `~/relay/polkadot/target/release/polkadot`

> Note: The setup script currently assumes you have the polkadot relay binary (v0.9.24) at `~/relay/polkadot/target/release/polkadot`
```bash
# Download the polkadot binary to ~/relay/polkadot/target/release/polkadot
Expand All @@ -62,7 +63,7 @@ Use `cargo` to build the parachain in **release** mode
```
cargo build --release
```
> Note, if you build in debug, you may run into an issue with slow block times
> Note, if you build the debug target using `cargo build`, you may run into an issue with slow block times
```bash

Expand Down Expand Up @@ -101,9 +102,9 @@ bash ./scripts/start-collator.sh

Follow the steps from [substrate-docs](https://docs.substrate.io/tutorials/connect-other-chains/connect-a-local-parachain/#reserve-a-unique-identifier) to register the parachain

Note:
> Paraid is 2000
> The genesis and validation code should be in [ch_spec](./ch_spec)

> Note: Your Paraid is 2000, and The genesis header and validation code should be in [ch_spec](./ch_spec)
### Run

Use Rust's native `cargo` command to build and launch the node:
Expand Down

0 comments on commit 9230ad8

Please sign in to comment.