/merkle-datasets

Proof-of-concepts implementation of the Merkle Datasets approach

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Merkle Datasets

This is a proof-of-concepts implementation of the Merkle Datasets idea, written in Typescript. It relies on the @rdfjs/types types and their implementation in n3 as an RDF runtime, and rdfjs-c14n as in implementation of the W3C RDF Dataset Canonicalization algorithm. The code has been tested with deno but it should run without change with Node.js+Typescript, or in a browser.

There is an API documentation, generated by deno.


Ivan Herman, @iherman