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
Copy file name to clipboardExpand all lines: develop/toolkit/parachains/polkadot-omni-node.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: Run parachain nodes easily with the polkadot-omni-node, a white-lab
7
7
8
8
## Introduction
9
9
10
-
The [`polkadot-omni-node`]((https://crates.io/crates/polkadot-omni-node/{{dependencies.crates.polkadot_omni_node.version}})){target=\_blank} is a versatile, pre-built binary designed to simplify running parachains in the Polkadot ecosystem. Unlike traditional node binaries that are tightly coupled to specific runtime code, the `polkadot-omni-node` operates using an external [chain specification](polkadot-protocol/glossary#chain-specification){target=\_blank} file, allowing it to adapt dynamically to different parachains.
10
+
The [`polkadot-omni-node`](https://crates.io/crates/polkadot-omni-node/{{dependencies.crates.polkadot_omni_node.version}}){target=\_blank} is a versatile, pre-built binary designed to simplify running parachains in the Polkadot ecosystem. Unlike traditional node binaries that are tightly coupled to specific runtime code, the `polkadot-omni-node` operates using an external [chain specification](/polkadot-protocol/glossary#chain-specification){target=\_blank} file, allowing it to adapt dynamically to different parachains.
11
11
12
12
This approach enables it to act as a white-labeled node binary, capable of running most parachains that do not require custom node-level logic or extensions. Developers can leverage this flexibility to test, deploy, or operate parachain nodes without maintaining a dedicated codebase for each network.
13
13
@@ -17,7 +17,7 @@ This guide provides step-by-step instructions for installing the `polkadot-omni-
17
17
18
18
Before getting started, ensure you have the following prerequisites:
19
19
20
-
-**[Rust](https://www.rust-lang.org/tools/install){target=_blank}** - required to build and install the polkadot-omni-node binary
20
+
-**[Rust](https://www.rust-lang.org/tools/install){target=\_blank}** - required to build and install the polkadot-omni-node binary
21
21
22
22
Ensure Rust's `cargo` command is available in your terminal by running:
- The `--sync warp` flag enables warp sync, allowing the node to quickly catch up to the latest finalized state. Historical blocks are fetched in the background as the node continues operating
89
89
90
-
Once started, the node will begin connecting to peers and syncing with the network. You’ll see logs in your terminal reflecting its progress.
90
+
Once started, the node will begin connecting to peers and syncing with the network. You’ll see logs in your terminal reflecting its progress.
91
+
92
+
## Interact with the Node
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:
95
+
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
+
- Custom scripts using compatible [libraries](/develop/toolkit/api-libraries/){target=\_blank}
98
+
99
+
Once connected, you can review blocks, call extrinsics, inspect storage, and interact with the runtime.
Copy file name to clipboardExpand all lines: llms.txt
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11353,7 +11353,7 @@ description: Run parachain nodes easily with the polkadot-omni-node, a white-lab
11353
11353
11354
11354
## Introduction
11355
11355
11356
-
The [`polkadot-omni-node`]((https://crates.io/crates/polkadot-omni-node/{{dependencies.crates.polkadot_omni_node.version}})){target=\_blank} is a versatile, pre-built binary designed to simplify running parachains in the Polkadot ecosystem. Unlike traditional node binaries that are tightly coupled to specific runtime code, the `polkadot-omni-node` operates using an external [chain specification](polkadot-protocol/glossary#chain-specification){target=\_blank} file, allowing it to adapt dynamically to different parachains.
11356
+
The [`polkadot-omni-node`](https://crates.io/crates/polkadot-omni-node/{{dependencies.crates.polkadot_omni_node.version}}){target=\_blank} is a versatile, pre-built binary designed to simplify running parachains in the Polkadot ecosystem. Unlike traditional node binaries that are tightly coupled to specific runtime code, the `polkadot-omni-node` operates using an external [chain specification](/polkadot-protocol/glossary#chain-specification){target=\_blank} file, allowing it to adapt dynamically to different parachains.
11357
11357
11358
11358
This approach enables it to act as a white-labeled node binary, capable of running most parachains that do not require custom node-level logic or extensions. Developers can leverage this flexibility to test, deploy, or operate parachain nodes without maintaining a dedicated codebase for each network.
11359
11359
@@ -11363,7 +11363,7 @@ This guide provides step-by-step instructions for installing the `polkadot-omni-
11363
11363
11364
11364
Before getting started, ensure you have the following prerequisites:
11365
11365
11366
-
- **[Rust](https://www.rust-lang.org/tools/install){target=_blank}** - required to build and install the polkadot-omni-node binary
11366
+
- **[Rust](https://www.rust-lang.org/tools/install){target=\_blank}** - required to build and install the polkadot-omni-node binary
11367
11367
11368
11368
Ensure Rust's `cargo` command is available in your terminal by running:
- The `--sync warp` flag enables warp sync, allowing the node to quickly catch up to the latest finalized state. Historical blocks are fetched in the background as the node continues operating
11435
11435
11436
11436
Once started, the node will begin connecting to peers and syncing with the network. You’ll see logs in your terminal reflecting its progress.
11437
+
11438
+
## Interact with the Node
11439
+
11440
+
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:
11441
+
11442
+
- [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank} — a web-based interface for exploring and interacting with Polkadot SDK-based chains
11443
+
- Custom scripts using compatible [libraries](/develop/toolkit/api-libraries/){target=\_blank}
11444
+
11445
+
Once connected, you can review blocks, call extrinsics, inspect storage, and interact with the runtime.
0 commit comments