1.4 KiB
OpenZeppelin Vanilla 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)
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
Usage
to be fileld
Security
⚠️ Warning! ⚠️ This project is still in a very early and experimental phase. It has never been audited nor thoroughly reviewed for security vulnerabilities. Do not use in production.
Refer to SECURITY.md for more details.
License
OpenZeppelin Vanilla Template for Substrate is released under the MIT License.