Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1 KB

README.md

File metadata and controls

41 lines (28 loc) · 1 KB

A Node.js based immutability layer for data.

Motivation

As the demand for sharing data and knowledge grows, so does the demand for fast and secure solutions that make data auditable, immutable and therefore reliable. Senseerings "Obsidian" provides a fast immutability layer that can be easily integrated into other Systems that need trust to become part of a data ecosystem.

Install

npm install @senseering/obsidian -g

Usage

obsidian store <hash>
obsidian audit <address> <hash>

Options

You can set your own immutablitiy provider with this command. Currently only iota supported.

obsidian --immutability https://nodes.senseering.io --type iota

You can set your own communication protocol. Default is via CLI, but http is also possible.

obsidian --protocoll http