Substrate is a modular blockchain development framework used to build customized blockchain networks with programmable state transitions and consensus mechanisms. It functions as a toolkit for constructing bespoke network protocols and deploying nodes to local environments or global testnets. The framework utilizes a WebAssembly runtime environment to execute state transition logic, ensuring deterministic behavior across all network nodes. It enables the composition of modular logic components and runtime palettes to define the specific rules and behavior of a blockchain. The system covers c
Additional documentation https://rmrk-team.github.io/rmrk-substrate
This repository contains the Chainlink feed pallet as well as an example node showing how to integrate it in Substrate-based chains.
The Open Runtime Module Library (ORML) is a community maintained collection of Substrate runtime modules.
The main features of open-web3-stack/open-runtime-module-library are: Runtime Modules.
Open-source alternatives to open-web3-stack/open-runtime-module-library include: paritytech/substrate — Substrate is a modular blockchain development framework used to build customized blockchain networks with programmable… rmrk-team/rmrk-substrate — Additional documentation https://rmrk-team.github.io/rmrk-substrate. smartcontractkit/chainlink-polkadot — This repository contains the Chainlink feed pallet as well as an example node showing how to integrate it in… sunshine-protocol/sunshine-bounty. sunshine-protocol/sunshine-keybase — implementation of Keybase Local Key Security on substrate, using ipfs-rust/ipfs-embed.