hypercore-C is a C implementation of hypercore, a secure, distributed append-only log. Hypercore is built for sharing large datasets and real-time data streams as part of the Dat project
To learn more about how hypercore works on a technical level read the Dat paper.
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug .
make
MIT