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: node-infrastructure/run-a-collator/collator.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,18 +96,22 @@ This guide provides two deployment options. Select the option that best fits you
96
96
97
97
=== "Manual Setup"
98
98
99
-
Extract the binary from the official Docker image:
99
+
Download the `polkadot-parachain` binary from the latest stable [Polkadot SDK release](https://github.com/paritytech/polkadot-sdk/releases){target=\_blank}:
100
100
101
101
```bash
102
-
# Create a temporary container and copy the binary
Copy file name to clipboardExpand all lines: node-infrastructure/run-a-node/parachain-rpc.md
+14-22Lines changed: 14 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,7 @@ categories: Infrastructure
8
8
9
9
## Overview
10
10
11
-
Running an RPC node for a parachain enables applications, wallets, and users to interact with the parachain's functionality. This guide applies to **any parachain** in the Polkadot ecosystem, including:
12
-
13
-
-**System parachains**: Bridge Hub, People Chain, Coretime Chain
14
-
-**Common good parachains**: Collectives, Encointer
15
-
-**Commercial parachains**: Any parachain with a publicly available chain specification
11
+
Running an RPC node for a parachain enables applications, wallets, and users to interact with the parachain's functionality.
16
12
17
13
Each parachain RPC node provides access through the Polkadot SDK Node RPC (Port 9944), offering native Polkadot API access via WebSocket and HTTP. This setup enables block explorer indexing and provides full compatibility with Polkadot SDK development tools.
-**Check the parachain's documentation** for official chain specification files
53
-
-**Contact the parachain team** if no public chain spec is available
54
-
-**Export from a running node** using `system_chainSpec` RPC method if you have access to an existing node
46
+
For non-system parachains, check the parachain's documentation for official chain specification files.
55
47
56
48
**Note**: Throughout this guide, we use **People Chain** as the example. To set up a different parachain, substitute the chain spec file, snapshot path, and chain name with values for your target parachain.
57
49
@@ -352,20 +344,21 @@ This option provides more control and is recommended for production environments
352
344
353
345
### Step 1: Install the Polkadot Parachain Binary
354
346
355
-
Extract the binary from the official Docker image:
347
+
Download the `polkadot-parachain`binary from the latest stable [Polkadot SDK release](https://github.com/paritytech/polkadot-sdk/releases){target=\_blank}:
Copy file name to clipboardExpand all lines: node-infrastructure/run-a-node/polkadot-hub-rpc.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,19 +248,20 @@ Select the best option for your project, then use the steps in the following tab
248
248
249
249
This option provides more control and is recommended for production environments requiring custom configurations.
250
250
251
-
1. Install the Polkadot Parachain binary by extracting it from the official Docker image:
251
+
1. Download the `polkadot-parachain` binary from the latest stable [Polkadot SDK release](https://github.com/paritytech/polkadot-sdk/releases){target=\_blank}:
0 commit comments