Substrate Starter Kit
Substrate Starter Kit is a Drag&Drop code builder with which you can quickly learn about Substrate pallets, how they interact with each other and generate a complete Polkadot Node in a few clicks.
Last updated
Substrate Starter Kit is a Drag&Drop code builder with which you can quickly learn about Substrate pallets, how they interact with each other and generate a complete Polkadot Node in a few clicks.
Last updated
Parity's Substrate is a framework for building modular blockchains which can run in their own Network or be plugged into Polkadot and inherit it's security and ecosystem.
One of the main DevEx benefits for using Substrate is it's modularity. To create a Blockchain Node, modular components called "pallets" are combined together to form your custom blockchain.
Pallets are modules written in Rust which can provide various functions going from Consensus, to Runtime/Execution and even specific Application layer functionality.
Substrate Starter kit takes the Plug&Play concept to the next level and makes creating a new blockchain even easier. By drag and dropping pallets of your choice or picking one of the pre-defined templates, in a matter of minutes, a whole codebase can be generated.