- Allow easy-to-set-up passive nodes which clone all data of the active nodes, essentially replacing data sync servers and serving as sovereign backup solution
# Structure of this repository
This repository contains all crates necessary for ubisync:
-`ubisync` builds the binary of a ubisync node which can be run by users to take part in the ubisync network
-`ubisync-lib` builds a library with all common type definitions, utilities etc.
-`ubisync-sdk` builds a library for app developers, including a wrapper for the API