Transition into monorepo (#180)

* evm template integrated

* workflows modified per template

* workflow fixes
This commit is contained in:
Özgün Özerk
2024-05-17 12:00:25 +03:00
committed by GitHub
parent 9cd76d29f0
commit 1bb2e96501
103 changed files with 20153 additions and 581 deletions
+4 -8
View File
@@ -1,23 +1,19 @@
# OpenZeppelin Runtime Template for Substrate
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.
Substrate 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 project.
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 filled
Along with the templates, OpenZeppelin also provides a documentation website that explains the templates and the niche details.
## Security
Past audits can be found in [`/audits`](/audits/) directory.
Past audits can be found in `/audits` directory in the respective template.
Refer to [SECURITY.md](SECURITY.md) for more details.
## License
OpenZeppelin Runtime Template for Substrate is released under the [GNU v3 License](LICENSE).
OpenZeppelin Runtime Templates are released under the [GNU v3 License](LICENSE).