mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-06-14 02:51:10 +00:00
Update the solochain template to stable2412 (#18)
This synchronizes the template to the stable2412 branch. Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
93f30a2356
commit
e4c83d4c89
@@ -23,9 +23,17 @@ packages required to compile this template. Check the
|
||||
the most common dependencies. Alternatively, you can use one of the [alternative
|
||||
installation](#alternatives-installations) options.
|
||||
|
||||
Fetch solochain template code:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/paritytech/polkadot-sdk-solochain-template.git solochain-template
|
||||
|
||||
cd solochain-template
|
||||
```
|
||||
|
||||
### Build
|
||||
|
||||
Use the following command to build the node without launching it:
|
||||
🔨 Use the following command to build the node without launching it:
|
||||
|
||||
```sh
|
||||
cargo build --release
|
||||
@@ -177,7 +185,7 @@ template and note the following:
|
||||
configuration is defined by a code block that begins with `impl
|
||||
$PALLET_NAME::Config for Runtime`.
|
||||
- The pallets are composed into a single runtime by way of the
|
||||
[`construct_runtime!`](https://paritytech.github.io/substrate/master/frame_support/macro.construct_runtime.html)
|
||||
[#[runtime]](https://paritytech.github.io/polkadot-sdk/master/frame_support/attr.runtime.html)
|
||||
macro, which is part of the [core FRAME pallet
|
||||
library](https://docs.substrate.io/reference/frame-pallets/#system-pallets).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user