A fork of https://github.com/Kuska-ssb/ssb for PeachCloud development
Go to file
Adria Massanet 1cb77bdc4b
Merge branch 'master' into feature/rpcserver
2020-03-01 11:02:17 +01:00
.github/workflows add ci 2020-01-12 23:43:22 +01:00
examples (keystore) better keystore impl. Closes #4 2020-03-01 10:51:12 +01:00
src (keystore) better keystore impl. Closes #4 2020-03-01 10:51:12 +01:00
.gitignore Initial commit 2020-01-05 15:48:49 +01:00
Cargo.toml (keystore) better keystore impl. Closes #4 2020-03-01 10:51:12 +01:00
README.md Update README.md 2020-01-18 23:30:18 +01:00

README.md

Build Status codecov

kuska-ssb

Secure Scuttlebut library

kuska means together in Runasimi

kuska is an implementation of decentralized social network Secure Scuttlebut written in rust, it does not aim to provide a user interface and the functionality implemented in some clients like Patchwork, Patchbay, but the full set of libraries to be able to develop applications for the secure scuttlebut network.

kuska-ssb is the implementation of protocols involved in ssb (unless the the handhake and box stream that are in the ssb-handshake repo ), detailed information about the protocol can be found in https://ssbc.github.io/scuttlebutt-protocol-guide/ and https://scuttlebot.io/apis/scuttlebot/ssb.html