A Node.js based immutability layer for data.
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.
npm install @senseering/obsidian -g
obsidian store <hash>
obsidian audit <address> <hash>
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