Update documentation and templates for Pezkuwi branding

This commit is contained in:
2026-01-17 23:19:40 +03:00
parent d839cbd92b
commit 9bd688a742
172 changed files with 12903 additions and 6604 deletions
+8 -8
View File
@@ -1,8 +1,8 @@
# OpenZeppelin Runtime Templates for Substrate
# OpenZeppelin Runtime Templates for Bizinikiwi
[Polkadot SDK](https://github.com/paritytech/polkadot-sdk) has a steep learning curve. In order to make it easier for newcomers to get started, OpenZeppelin is providing runtime templates that can be used to quickly bootstrap a [Substrate](https://github.com/paritytech/polkadot-sdk/tree/master/substrate) project using Polkadot SDK.
[Pezkuwi SDK](https://github.com/pezkuwichain/pezkuwi-sdk) has a steep learning curve. In order to make it easier for newcomers to get started, OpenZeppelin is providing runtime templates that can be used to quickly bootstrap a [Bizinikiwi](https://github.com/pezkuwichain/pezkuwi-sdk/tree/master/bizinikiwi) project using Pezkuwi SDK.
Along with the templates, OpenZeppelin also provides a [documentation website](https://docs.openzeppelin.com/substrate-runtimes) that explains the templates and the details.
Along with the templates, OpenZeppelin also provides a [documentation website](https://docs.openzeppelin.com/bizinikiwi-runtimes) that explains the templates and the details.
## About this repository and templates
@@ -17,22 +17,22 @@ For example: if you want to use our `generic runtime template`, you can just cop
### Generic Runtime Template
This template has all the basic features you expect to find on a typical L1 blockchain or parachain. Basic, yet preserving the most important pallets that are used in the Polkadot ecosystem today and a safe runtime base configuration.
You can find a full list of the pallets included in this template in our [docs](https://docs.openzeppelin.com/substrate-runtimes/runtimes/generic)
This template has all the basic features you expect to find on a typical L1 blockchain or teyrchain. Basic, yet preserving the most important pezpallets that are used in the Pezkuwi ecosystem today and a safe runtime base configuration.
You can find a full list of the pezpallets included in this template in our [docs](https://docs.openzeppelin.com/bizinikiwi-runtimes/runtimes/generic)
### EVM template
This template uses [frontier](https://github.com/polkadot-evm/frontier) pallets and has EVM compatibility out of the box. You can migrate your solidity contracts or EVM compatible dapps easily to your parachain using this template. Here are some of the key features included:
This template uses [frontier](https://github.com/pezkuwi-evm/frontier) pezpallets and has EVM compatibility out of the box. You can migrate your solidity contracts or EVM compatible dapps easily to your teyrchain using this template. Here are some of the key features included:
- 20 byte addresses: Existing tooling works out of the box, no more awkward conversion, this template handles that for you.
- Account Abstraction support: The Entrypoint contract is included as part of the pre-deployed contracts that will be in the genesis block.
- Extensible pre-deployed contracts: In addition to the entrypoint, you can add your own smart contract to be included in the genesis block.
For a step by step guide on how to deploy this to your own local environment using Zombienet check this [tutorial](https://docs.openzeppelin.com/substrate-runtimes/guides/testing_with_zombienet)
For a step by step guide on how to deploy this to your own local environment using Zombienet check this [tutorial](https://docs.openzeppelin.com/bizinikiwi-runtimes/guides/testing_with_zombienet)
### How to use
Please refer to our docs for a `quick start` [guide](https://docs.openzeppelin.com/substrate-runtimes/guides/quick_start).
Please refer to our docs for a `quick start` [guide](https://docs.openzeppelin.com/bizinikiwi-runtimes/guides/quick_start).
## Security