mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 05:37:57 +00:00
update readme, and get rid of vanilla keyword
This commit is contained in:
@@ -37,7 +37,7 @@ body:
|
||||
id: terms
|
||||
attributes:
|
||||
label: Contribution Guidelines
|
||||
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-generic-vanilla/blob/main/CONTRIBUTING.md)
|
||||
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-runtime-template/blob/main/CONTRIBUTING.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Contribution Guidelines
|
||||
required: true
|
||||
|
||||
@@ -20,7 +20,7 @@ body:
|
||||
id: terms
|
||||
attributes:
|
||||
label: Contribution Guidelines
|
||||
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-generic-vanilla/blob/main/CONTRIBUTING.md)
|
||||
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-runtime-template/blob/main/CONTRIBUTING.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Contribution Guidelines
|
||||
required: true
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ For ANY of the items below, if they seem too complicated or hard, you can always
|
||||
|
||||
## Contribution guidelines
|
||||
|
||||
Before starting development, please [create an issue](https://github.com/OpenZeppelin/substrate-vanilla-template/issues/new/choose) to open the discussion, validate that the PR is wanted, and coordinate overall implementation details.
|
||||
Before starting development, please [create an issue](https://github.com/OpenZeppelin/substrate-runtime-template/issues/new/choose) to open the discussion, validate that the PR is wanted, and coordinate overall implementation details.
|
||||
|
||||
### Coding style
|
||||
|
||||
|
||||
@@ -1,28 +1,12 @@
|
||||
# OpenZeppelin Vanilla Template for Substrate
|
||||
# OpenZeppelin Runtime Template for Substrate
|
||||
|
||||
Substrate has a steep learning curve. In order to make it easier for newcomers to get started, OpenZeppelin provides 2 templates that can be used to quickly bootstrap a Substrate project:
|
||||
- vanilla template (has the minimal pallet set)
|
||||
- feature-rich template (has all the pallets that are commonly used in Substrate projects)
|
||||
-
|
||||
Substrate has a steep learning curve. In order to make it easier for newcomers to get started, OpenZeppelin is providing a generic template that can be used to quickly bootstrap a Substrate project.
|
||||
|
||||
Along with these two templates, OpenZeppelin also provides a documentation website that explains how to add or deduct all the common pallets to your Substrate project (and these templates).
|
||||
|
||||
So, you can select the template that fits your needs and start building your Substrate project. On the road, if you feel like you need to make some changes, our documentation on how to add or deduct pallets will be helpful.
|
||||
|
||||
## Vanilla Template
|
||||
|
||||
This template aims to provide the minimal pallet set for a Substrate project.
|
||||
|
||||
*Pallets used in Vanilla Template:*
|
||||
- to be filled
|
||||
|
||||
## Feature-rich Template
|
||||
|
||||
You can find the feature-rich template here: link to feature-rich template to be filled
|
||||
Along with the templates, OpenZeppelin also provides a documentation website that explains how to add or deduct all the common pallets to your Runtime project (including this template).
|
||||
|
||||
|
||||
### Usage
|
||||
to be fileld
|
||||
to be filled
|
||||
|
||||
|
||||
## Security
|
||||
@@ -35,7 +19,7 @@ Refer to [SECURITY.md](SECURITY.md) for more details.
|
||||
|
||||
## License
|
||||
|
||||
OpenZeppelin Vanilla Template for Substrate is released under the [MIT License](LICENSE).
|
||||
OpenZeppelin Runtime Template for Substrate is released under the [MIT License](LICENSE).
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user