How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
The Open Runtime Module Library (ORML) is a community maintained collection of Substrate runtime modules.
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 main features of sunshine-protocol/sunshine-bounty are: Runtime Modules.
Projects with overlapping indexed features include: open-web3-stack/open-runtime-module-library — The Open Runtime Module Library (ORML) is a community maintained collection of Substrate runtime modules. 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-keybase — implementation of Keybase Local Key Security on substrate, using ipfs-rust/ipfs-embed.