mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-23 21:01:07 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
= Async Backing
|
||||
|
||||
Async backing is a feature of parachains that allow to shorten the block time, get more execution time and speed up transaction inclusion in general. You can read in details what async backing is in the link:https://wiki.polkadot.network/docs/learn-async-backing#candidate-receipt[general guide] and in the link:https://wiki.polkadot.network/docs/maintain-guides-async-backing[update guide]. In our generic template we have included async backing under a feature. This page describes how can you build and test the template with async backing enabled.
|
||||
Async backing is a feature of teyrchains that allow to shorten the block time, get more execution time and speed up transaction inclusion in general. You can read in details what async backing is in the link:https://wiki.pezkuwi.network/docs/learn-async-backing#candidate-receipt[general guide] and in the link:https://wiki.pezkuwi.network/docs/maintain-guides-async-backing[update guide]. In our generic template we have included async backing under a feature. This page describes how can you build and test the template with async backing enabled.
|
||||
|
||||
== How to build
|
||||
|
||||
@@ -16,9 +16,9 @@ cargo build --release --features="async-backing"
|
||||
|
||||
== How to test
|
||||
|
||||
You can always test it against Paseo (it should already have enabled async backing), but the fastest way is to test against a local relay chain. In our repository you can find a script, a config and a link:https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main/generic-template/zombienet-config[manual] that will run both relay chain and a parachain. To launch a parachain with a relay chain, you will need to run these commands:
|
||||
You can always test it against Paseo (it should already have enabled async backing), but the fastest way is to test against a local relay chain. In our repository you can find a script, a config and a link:https://github.com/OpenZeppelin/pezkuwi-runtime-templates/tree/main/generic-template/zombienet-config[manual] that will run both relay chain and a teyrchain. To launch a teyrchain with a relay chain, you will need to run these commands:
|
||||
|
||||
* Get the Polkadot binaries:
|
||||
* Get the Pezkuwi binaries:
|
||||
** If you are using some Linux distro, you can download the binaries:
|
||||
+
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user