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
Optionally, you can use the `--branch` command-line option and a [tag](https://github.com/substrate-developer-hub/substrate-node-template/tags) to specify a version of Polkadot you want the node to be compatible with.
38
+
Optionally, you can use the `--branch` command-line option and a [tag](https://github.com/paritytech/polkadot-sdk-solochain-template/tags) to specify a version of Polkadot you want the node to be compatible with.
39
39
40
40
2. Change to the root of the cloned directory:
41
41
42
42
```sh
43
-
cdsubstrate-node-template
43
+
cdpolkadot-sdk-solochain-template
44
44
```
45
45
46
46
3. Create a new branch to save your work by running a command similar to the following:
@@ -60,7 +60,7 @@ Before you begin, verify the following:
60
60
4. Compile the node template:
61
61
62
62
```sh
63
-
cargo build --package node-template --release
63
+
cargo build --release
64
64
```
65
65
66
66
The first time you compile the node, it can take some time to complete.
@@ -75,7 +75,7 @@ Before you begin, verify the following:
75
75
1. Verify that your node is ready to use and see information about the command-line options available by running the following command:
76
76
77
77
```sh
78
-
./target/release/node-template --help
78
+
./target/release/solochain-template-node --help
79
79
```
80
80
81
81
The usage information displays the command-line options you can use to:
@@ -87,7 +87,7 @@ Before you begin, verify the following:
87
87
1. View account information for the predefined `Alice` development account by running the following command:
0 commit comments