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.