The substrate is an open software for blockchain mainly created by the company Parity inder the leadership of Gavin Wood (one of the founders of Ethereum and the leader of Web3.0 initiative). It is modular, extensive and in large part written in Rust language. The Polkadot interchain project (in progress) is based on Substrate.
The state-transition function (therefore the runtime architecture) is in Webassembly.
The web page is
and the github repository is
The documentation
The historical presentation of the project with the installation demonstration (Nov 2018) is
See also the 3-hour workshop Dotcon-0
See also the videos by other substrate developers
An overview of substrate components at
Online tutorial
substrate collectables workshop (Learn to build blockchains with Parity Substrate)
riot matrix channel dedicated to substrate
Substrate blockchains and runtime modules: an introduction medium
Some graphic schemas on the structure of substrate code can be found here
Nodes see chain runtime through entry points usually via
Substrate UI uses the polkadot-js/API
Links related to substrate’s consensus algorithms
Smart contracts on Substrate are currently done using the module ink.
u8
in Substrate and ink stackOThis is a Substrate based 3rd generation blockchain project (written in Rust), using proof of stake and implementing PL^G. Smart contracting uses ink.
Last revised on September 11, 2019 at 13:19:09. See the history of this page for a list of all contributions to it.