You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,23 +45,23 @@ You should see the installed version number printed to the terminal, confirming
45
45
46
46
## Obtain Chain Specifications
47
47
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.
49
49
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.
51
51
52
52
To obtain a chain specification:
53
53
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
55
55
56
56
2. Find the parachain you want to run
57
57
58
58
3. Click the chain spec to open it
59
59
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`
61
61
62
-
## Running a Parachain Full Node
62
+
## Run a Parachain Full Node
63
63
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.
65
65
66
66
To see all available flags and configuration options, run:
67
67
@@ -91,7 +91,7 @@ Once started, the node will begin connecting to peers and syncing with the netwo
91
91
92
92
## Interact with the Node
93
93
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:
95
95
96
96
-[Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank} — a web-based interface for exploring and interacting with Polkadot SDK-based chains
97
97
- Custom scripts using compatible [libraries](/develop/toolkit/api-libraries/){target=\_blank}
0 commit comments