Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 518 Bytes

hypercore-C

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

License

MIT