From f1a3694cfb4d74ff881898dcdc593ca9ccadbe88 Mon Sep 17 00:00:00 2001 From: albertov19 <64150856+albertov19@users.noreply.github.com> Date: Thu, 19 Nov 2020 20:12:41 +0100 Subject: [PATCH] Updated Readme to v3 (#122) * Updated Readme to v3 Also beautified the Chain Id table * Changed Node for TestNet in Standalone Co-authored-by: Joshy Orndorff Co-authored-by: Joshy Orndorff Co-authored-by: Alberto Viera --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 84b6d9fae744e..6b80ac50c49de 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ _See [www.substrate.io](https://www.substrate.io/) for substrate information._ Get the tutorial specific tag of the PureStake/Moonbeam repo: ```bash -git clone -b tutorial-v2 https://github.com/PureStake/moonbeam +git clone -b tutorial-v3 https://github.com/PureStake/moonbeam cd moonbeam ``` @@ -73,11 +73,16 @@ source $HOME/.cargo/env ## Docker image ### Standlone node +An alternative to the steps higlighted before is to use docker to run a pre-build binary. Doing so, you prevent having to install Substrate and all the dependencies, and you can skip the building the node process as well. The only requirement is to have Docker installed, and then you can execute the following command to download the corresponding image: -You can run a standalone Moonbeam node with Docker directly: +```bash +docker pull purestake/moonbase:tutorial-v3 +``` + +Once the Docker image is downloaded, you can run it with the following line: ```bash -docker run --rm --name moonbeam_standalone --network host purestake/moonbase:tutorial-v2.2 /moonbase/moonbase-standalone --dev +docker run --rm --name moonbeam_standalone --network host purestake/moonbase:tutorial-v3 /moonbase/moonbase-standalone --dev ``` ## Chain IDs @@ -89,13 +94,13 @@ Moonbeam nodes support multiple public chains and testnets, with the following C | Network Description | Chain ID | | ----------------------------------- | ----------- | -| Local parachain testnet | 1280 | -| Local standalone testnet | 1281 | -| Reserved for other testnets | 1282 - 1283 | +| Local Parachain TestNet | 1280 | +| Local Standalone TestNet | 1281 | +| Reserved for other TestNets | 1282 - 1283 | | Moonbeam (Polkadot) | 1284 | | Moonriver (Kusama) | 1285 | | Moonrock (Rococo) | 1286 | -| Public parachain testnet (alphanet) | 1287 | +| Moonbase Alpha TestNet | 1287 | | Reserved for other public networks | 1288 - 1289 | ## Runtime Architecture