Module developer_hub::polkadot_sdk::templates
source · Expand description
Index of all the templates that can act as first scaffold for a new project.
Templates
Internal
The following templates are maintained as a part of the polkadot-sdk repository:
- classic
substrate-node-template: is a white-labeled substrate-based blockchain with a moderate amount of features. It can act as a great starting point for those who want to learn Substrate/FRAME and want to have a template that is already doing something. substrate-minimal-template: Same as the above, but it contains the least amount of code in both the client and runtime. It is a great starting point for those who want to deeply learn Substrate and FRAME.- classic
cumulus-parachain-template, which is the de-facto parachain template shipped with cumulus. It is the parachain-enabled version ofsubstrate-node-template.
External Templates
Noteworthy templates outside of this repository.
extended-parachain-template: A parachain template that contains more built-in functionality such as assets and NFTs.frontier-parachain-template: A parachain template for launching EVM-compatible parachains.