Skip to content

Commit f8d3944

Browse files
0xLuccaeshaben
andauthored
Apply suggestions from code review
Co-authored-by: Erin Shaben <[email protected]>
1 parent b838785 commit f8d3944

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

develop/toolkit/parachains/polkadot-omni-node.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Ensure Rust's `cargo` command is available in your terminal by running:
2525
cargo --version
2626
```
2727

28-
## Install the Polkadot Omni Node
28+
## Install Polkadot Omni Node
2929

30-
To install the `polkadot-omni-node` globally using `cargo`, run:
30+
To install `polkadot-omni-node` globally using `cargo`, run:
3131

3232
```bash
3333
cargo install --locked polkadot-omni-node@{{dependencies.crates.polkadot_omni_node.version}}
@@ -45,23 +45,23 @@ You should see the installed version number printed to the terminal, confirming
4545

4646
## Obtain Chain Specifications
4747

48-
The `polkadot-omni-node` uses a chain specification file to configure and launch a parachain node. This file defines the parachain's genesis state and network settings.
48+
The `polkadot-omni-node` binary uses a chain specification file to configure and launch a parachain node. This file defines the parachain's genesis state and network settings.
4949

50-
The most common source for official chain specifications is the [paritytech/chainspecs](https://github.com/paritytech/chainspecs){target=\_blank} repository. These specifications are also browsable in a user-friendly format via the [Chainspect Collection](https://paritytech.github.io/chainspecs/){target=\_blank} website.
50+
The most common source for official chain specifications is the [`paritytech/chainspecs`](https://github.com/paritytech/chainspecs){target=\_blank} repository. These specifications are also browsable in a user-friendly format via the [Chainspec Collection](https://paritytech.github.io/chainspecs/){target=\_blank} website.
5151

5252
To obtain a chain specification:
5353

54-
1. Visit the [Chainspect Collection](https://paritytech.github.io/chainspecs/){target=\_blank} website
54+
1. Visit the [Chainspec Collection](https://paritytech.github.io/chainspecs/){target=\_blank} website
5555

5656
2. Find the parachain you want to run
5757

5858
3. Click the chain spec to open it
5959

60-
4. Copy the JSON content and save it locally as a .json file, e.g., `chain_spec.json`
60+
4. Copy the JSON content and save it locally as a `.json` file, e.g., `chain_spec.json`
6161

62-
## Running a Parachain Full Node
62+
## Run a Parachain Full Node
6363

64-
Once you've installed the `polkadot-omni-node` and saved the appropriate chain specification file, you can start a full node for your chosen parachain.
64+
Once you've installed `polkadot-omni-node` and saved the appropriate chain specification file, you can start a full node for your chosen parachain.
6565

6666
To see all available flags and configuration options, run:
6767

@@ -91,7 +91,7 @@ Once started, the node will begin connecting to peers and syncing with the netwo
9191

9292
## Interact with the Node
9393

94-
By default, the `polkadot-omni-node` exposes a WebSocket endpoint at `ws://localhost:9944`, which you can use to interact with the running node. You can connect using:
94+
By default, `polkadot-omni-node` exposes a WebSocket endpoint at `ws://localhost:9944`, which you can use to interact with the running node. You can connect using:
9595

9696
- [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank} — a web-based interface for exploring and interacting with Polkadot SDK-based chains
9797
- Custom scripts using compatible [libraries](/develop/toolkit/api-libraries/){target=\_blank}

0 commit comments

Comments
 (0)