Skip to content

Commit

Permalink
fix linter issues readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EleisonC committed Dec 13, 2024
1 parent fda6b31 commit 2af2180
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
14 changes: 10 additions & 4 deletions templates/minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
template for building a blockchain node.


- 🔧 To simplify the process of using Zombienet with Omni Node, we've added a pre-configured development chain spec (dev_chain_spec.json) to the minimal template. Additionally, the zombienet-omni-node.toml file has been updated to include a valid chain spec path pointing to dev_chain_spec.json
- 🔧 To simplify the process of using Zombienet with Omni Node, we've added a pre-configured development
chain spec (dev_chain_spec.json) to the minimal template. Additionally, the zombienet-omni-node.toml file
has been updated to include a valid chain spec path pointing to dev_chain_spec.json


- 🔧 Its runtime is configured with a single custom pallet as a starting point, and a handful of ready-made pallets
Expand All @@ -48,10 +50,14 @@ such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pal
- 👤 The template has no consensus configured - it is best for experimenting with a single node network.


- ⚠️ The README files for the templates in this repository are currently speculative. A stable release addressing this is expected in December.
- ⚠️ The README files for the templates in this repository are currently speculative.
A stable release addressing this is expected in December.

- Follow solely the templates' READMEs and templates themselves from polkadot-sdk master branch, but ignore the references to the dedicated templates directory.
For the most accurate chain spec generation, `staging-chain-spec-builder` or other mentioned binaries and runtimes, please try to build them based on the polkadot-sdk most updated master branch an example:

- Follow solely the templates' READMEs and templates themselves from Polkadot-sdk master branch,
but ignore the references to the dedicated templates directory.
For the most accurate chain spec generation, `staging-chain-spec-builder` or other mentioned binaries and runtimes,
please try to build them based on the Polkadot-sdk most updated master branch an example:
```bash
cargo install --path substrate/bin/utils/chain-spec-builder
```
Expand Down
15 changes: 11 additions & 4 deletions templates/parachain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
- ⏫ This template provides a starting point to build a [parachain](https://wiki.polkadot.network/docs/learn-parachains).


- 🔧 To simplify the process of using Zombienet with Omni Node, we’ve added a pre-configured development chain spec (dev_chain_spec.json) to the parachain template. Additionally, the zombienet-omni-node.toml file has been updated to include a valid chain spec path pointing to dev_chain_spec.json
- 🔧 To simplify the process of using Zombienet with Omni Node, we’ve added a pre-configured
development chain spec (dev_chain_spec.json) to the parachain template. Additionally,
the zombienet-omni-node.toml file has been updated to include a valid chain spec path
pointing to dev_chain_spec.json


- ☁️ It is based on the
Expand All @@ -50,11 +53,15 @@ such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pal
- 👉 Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains)


- ⚠️ The README files for the templates in this repository are currently speculative. A stable release addressing this is expected in December.
- ⚠️ The README files for the templates in this repository are currently speculative.
A stable release addressing this is expected in December.


- Follow solely the templates' READMEs and templates themselves from polkadot-sdk master branch, but ignore the references to the dedicated templates directory.
For the most accurate chain spec generation, `staging-chain-spec-builder` or other mentioned binaries and runtimes, please try to build them based on the polkadot-sdk most updated master branch an example:
- Follow solely the templates' READMEs and templates themselves from Polkadot-sdk master branch,
but ignore the references to the dedicated templates directory.
For the most accurate chain spec generation, `staging-chain-spec-builder` or other mentioned
binaries and runtimes,please try to build them based on the Polkadot-sdk most updated master branch
an example:
```bash
cargo install --path substrate/bin/utils/chain-spec-builder
```
Expand Down

0 comments on commit 2af2180

Please sign in to comment.