0.0.11 • Published 2 years ago

radb v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Data storage

Data is stored offline first and on IPFS nodes.

On IPFS, all data is publicly available and accessible.

To create a data-store that can only be written to by authorized users, RaDB uses digital signatures. While anyone can create a new node to a tree and claim that it should be treated as a valid entry, only nodes that have been digitally signed by those with authorization are truly considered valid. When someone reads a tree, they will ignore any nodes with invalid signatures.