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
- Host: GitHub
- URL: https://github.com/dozyio/ds-crdt-interop
- Owner: dozyio
- Created: 2024-08-21T22:23:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T00:19:09.000Z (about 1 year ago)
- Last Synced: 2025-04-12T17:55:56.371Z (6 months ago)
- Language: Go
- Size: 548 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```