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

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

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

Last synced: 3 months ago
JSON representation

Datastore crdt interop tests

Awesome Lists containing this project

README

          

# ds-crdt-interop tests

## Datastore CRDT Interoperability Tests

Interoperability tests for [js-ds-crdt](https://github.com/dozyio/js-ds-crdt) and [go-ds-crdt](https://github.com/ipfs/go-ds-crdt)

## Build containers

```sh
make build
```

## Running Tests

```sh
make test
```