Robonomics node implementation for Polkadot ecosystem; Kusama parachain slot #2048 since January 2022
227
stars
798
commits
Rust
primary language
Sep 2, 2026
updated
Robonomics implementation in Rust based on the Polkadot SDK. For more specific guides, like how to be a node, see the Robonomics Wiki.
Robonomics platform includes a set of open-source packages and infrastructure for Robotics, Smart Cities and Industry 4.0 developers.
This repository is organized as a Cargo workspace with the following structure:
bin/robonomics/ - Main binary implementation
polkadot-omni-node-lib for maximum compatibilityruntime/robonomics/ - Robonomics parachain runtime
runtime/robonomics/subxt-api - Robonomics runtime Subxt metadata & API
frame/ - Custom FRAME pallets for IoT and robotics
datalog/ - Immutable on-chain data logging with time-series storagedigital-twin/ - Digital twin state management and topic-based data organizationlaunch/ - Robot/device launch commands with parameter supportliability/ - Smart contract-like agreements for robotics tasksrws/ - Robonomics Web Services (RWS) subscription managementcps/ - Cyber-physical Systems pallet for IoT integrationparachain-info/ - Original cumulus pallet extended with relay network infocollator-rewards/ - Generic per-block collator (block author) reward helperchains/ - Chain specification files for different networkstools/libcps/ - Robonomics CPS (Cyber-Physical Systems) library and CLI
tools/robonet/ - Local network spawner and integration test framework
nix/ - Nix flake modules and build configurationsscripts/ - Build, deployment, and testing scripts
runtime-benchmarks.sh - Automated runtime benchmarking for all palletstry-runtime.sh - Automated runtime upgrade checksbuild-deb.sh - Debian package builderbuild-runtime.sh - Deterministic runtime WASM builderdocker/ - Docker configuration and healthcheck scriptsweights/ - Weight template for runtime benchmarksWe welcome contributions! Please see our Contributing Guidelines.
Robonomics is licensed under the Apache License 2.0. See LICENSE for details.
Rust
96.9%
Shell
1.5%
Robonomics node implementation for Polkadot ecosystem; Kusama parachain slot #2048 since January 2022
227
stars
798
commits
Rust
primary language
Sep 2, 2026
updated
Robonomics implementation in Rust based on the Polkadot SDK. For more specific guides, like how to be a node, see the Robonomics Wiki.
Robonomics platform includes a set of open-source packages and infrastructure for Robotics, Smart Cities and Industry 4.0 developers.
This repository is organized as a Cargo workspace with the following structure:
bin/robonomics/ - Main binary implementation
polkadot-omni-node-lib for maximum compatibilityruntime/robonomics/ - Robonomics parachain runtime
runtime/robonomics/subxt-api - Robonomics runtime Subxt metadata & API
frame/ - Custom FRAME pallets for IoT and robotics
datalog/ - Immutable on-chain data logging with time-series storagedigital-twin/ - Digital twin state management and topic-based data organizationlaunch/ - Robot/device launch commands with parameter supportliability/ - Smart contract-like agreements for robotics tasksrws/ - Robonomics Web Services (RWS) subscription managementcps/ - Cyber-physical Systems pallet for IoT integrationparachain-info/ - Original cumulus pallet extended with relay network infocollator-rewards/ - Generic per-block collator (block author) reward helperchains/ - Chain specification files for different networkstools/libcps/ - Robonomics CPS (Cyber-Physical Systems) library and CLI
tools/robonet/ - Local network spawner and integration test framework
nix/ - Nix flake modules and build configurationsscripts/ - Build, deployment, and testing scripts
runtime-benchmarks.sh - Automated runtime benchmarking for all palletstry-runtime.sh - Automated runtime upgrade checksbuild-deb.sh - Debian package builderbuild-runtime.sh - Deterministic runtime WASM builderdocker/ - Docker configuration and healthcheck scriptsweights/ - Weight template for runtime benchmarksWe welcome contributions! Please see our Contributing Guidelines.
Robonomics is licensed under the Apache License 2.0. See LICENSE for details.
Rust
96.9%
Shell
1.5%