Launching the Local Relay Chain
Magnet need a proper Substrate development environment to start. If you need a refresher setting up your Substrate environment, see Substrate's Getting Started Guide.
Using the custom-spec-raw.json
file provided by substrate.
Build the relay chain node
Clone the most recent release branch of the Polkadot repository to prepare a stable working environment.
Change to the root of the polkadot directory by running the following command:
Build the relay chain node by running the following command:
Compiling the node can take 15 to 60 minuets to complete.
Verify the node built correctly by running the following command:
If command-line help is displayed, the node is ready to configure.
Create the First Node
Create the Second Node
Last updated