github airalab/robonomics v0.17.1
Datalog: your data blockchainization

latest releases: v2.7.0-1, v2.7.0, v2.6.1...
4 years ago

This release native runtime: IPCI chain version 4, Robonomics chain version 83.

Datalog

Robonomics datalog feature consists of three parts: runtime module pallet, robonomics protocol module, robonomics node cli command. Combining these features you can blockchanize any serializable data from your custom sources.

  1. Instantiate datalog trait for your runtime:
impl pallet_robonomics_datalog::Trait for Runtime {
    type Time = Timestamp;
    type Record = Vec<u8>;
    type Event = Event;
}

We already implement and launch it in DAO IPCI network.

  1. Launch robonomics node for your blockchain.

Or use IPCI chain specification: robonomics --chain ipci.

  1. Periodically send your data as hex-encoded string using robonomics node cli:
robonomics-datalog 0.17.1                                      
Store hex-encoded data on blockchain.                                                                                          
                               
USAGE:                                                                                                                         
    robonomics datalog [FLAGS] [OPTIONS] -r <record> -s <suri>  

Where -r is hex-encoded data record string, -s is substrate account secret URI, for example mnemonic phrase.

Note: datalog command send extrinsic and require native token as a fee.

Changelog

  • Introduced robonomics_protocol::datalog module and CLI command
  • Upgrade to latest substrate
  • Enable jemalloc allocator for native builds
  • Added robonomics-sensors crate

Downloads

File IPFS
robonomics-macOS-0.17.1-x86_64.tar.xz QmPbG6jqaaYQPGyXRnBG6aGoAHqyQ3jNT5BYvChuPyP7E8
robonomics-ubuntu-0.17.1-x86_64.tar.xz QmdccMnJkX3UKaXZxSVsL14uQP7WbXfqRm8Ge6EPNt9xiZ
robonomics-windows-0.17.1-x86_64.tar.gz QmNqSQXDn9tS23JHu7qb3ZQEnz3a4gnNFhZdqToe71BeeS
subkey-macOS-0.17.1-x86_64.tar.xz QmRZk1zMweiQ3YGh9pZweEBZpPAi7nNCXzj5z5R7rZAzRW
subkey-ubuntu-0.17.1-x86_64.tar.xz QmSPcqinHVyKcuSD8MMrkchkPpUvcoA9ZqRR4JhX3RrsrQ
subkey-windows-0.17.1-x86_64.tar.gz QmTGzaJ6BFyWSfUgaC4938FSEn4BdMTAxjAGfjyTsxmA2n

Don't miss a new robonomics release

NewReleases is sending notifications on new releases.