Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dozyio/js-ds-crdt

A distributed typescript / javascript datastore implementation using Merkle-CRDTs.
https://github.com/dozyio/js-ds-crdt

crdt crdt-implementations ipfs ipld libp2p merkle-crdt typescript

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# js-ds-crdt

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

Based on the paper [Merkle-CRDTs: Merkle-DAGs meet CRDTs](https://arxiv.org/abs/2004.00107)

Compatible with [https://github.com/ipfs/go-ds-crdt](https://github.com/ipfs/go-ds-crdt)

Interop tests [https://github.com/dozyio/ds-crdt-interop](https://github.com/dozyio/ds-crdt-interop)

Example Next.js [https://github.com/dozyio/js-ds-crdt-browser-example](https://github.com/dozyio/js-ds-crdt-browser-example)

Example CLI [https://github.com/dozyio/js-ds-crdt-example](https://github.com/dozyio/js-ds-crdt-example)