js-ds-crdt

A distributed typescript / javascript datastore implementation using Merkle-CRDTs.

Stars
2
Committers
1

js-ds-crdt

A Javascript / Typescript CRDT datastore based on Merkle-DAGs.

Based on the paper Merkle-CRDTs: Merkle-DAGs meet CRDTs

Compatible with https://github.com/ipfs/go-ds-crdt

Interop tests https://github.com/dozyio/ds-crdt-interop

Example Next.js https://github.com/dozyio/js-ds-crdt-browser-example

Example CLI https://github.com/dozyio/js-ds-crdt-example