kuska-ssb/README.md

14 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2021-12-14 10:19:59 +00:00
[![Build Status](https://github.com/kuska-ssb/kuska-ssb/workflows/Rust/badge.svg)](https://github.com/kuska-ssb/kuska-ssb/actions?query=workflow%3ARust)
2020-01-18 20:49:39 +00:00
2020-01-05 14:48:49 +00:00
# kuska-ssb
Secure Scuttlebutt library
2020-01-18 22:30:18 +00:00
kuska means _together_ in [Runasimi](https://en.wikipedia.org/wiki/Quechuan_languages)
kuska is an implementation of decentralized social network [Secure Scuttlebutt](https://scuttlebutt.nz/) written in rust, it does not aim to provide a user interface and the functionality implemented in some clients like [Patchwork](https://github.com/ssbc/patchwork), [Patchbay](https://github.com/ssbc/patchbay), but the full set of libraries to be able to develop applications for the secure scuttlebut network.
2020-01-18 22:30:18 +00:00
kuska-ssb is the implementation of protocols involved in ssb (unless the the handhake and box stream that are in the [ssb-handshake repo](https://github.com/Kuska-ssb/kuska-handshake) ), detailed information about the protocol can be found in https://ssbc.github.io/scuttlebutt-protocol-guide/ and https://scuttlebot.io/apis/scuttlebot/ssb.html