mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-11 21:11:02 +00:00
Update index.adoc - fix chainspec generation command (#181)
--disable-default-nodes does not exist
This commit is contained in:
@@ -33,7 +33,7 @@ cargo build --release
|
||||
** Generate a plain chainspec with this command:
|
||||
+
|
||||
```bash
|
||||
./target/release/parachain-template-node build-spec --disable-default-nodes > plain-parachain-chainspec.json
|
||||
./target/release/parachain-template-node build-spec --disable-default-bootnode > plain-parachain-chainspec.json
|
||||
```
|
||||
|
||||
** Edit the chainspec:
|
||||
@@ -116,4 +116,4 @@ cargo build --release
|
||||
- Read our general guides to understand more about the concepts of runtime development.
|
||||
// TODO: change if we have more runtimes, add a link to the runtime doc
|
||||
- Learn more about the runtime configuration. Currently, we have a single runtime template (generic one), and you can find documentation for it here.
|
||||
- Explore the documentation for pallets. It may be useful if you are considering building a frontend for your parachain.
|
||||
- Explore the documentation for pallets. It may be useful if you are considering building a frontend for your parachain.
|
||||
|
||||
Reference in New Issue
Block a user