A fork of https://github.com/Kuska-ssb/ssb for PeachCloud development
Go to file
notplants 24cfea2dbd Merge pull request 'Add support for custom keyfile paths' (#1) from keypath into main
Reviewed-on: #1
2022-05-25 11:49:11 +00:00
.github/workflows better CI 2021-12-10 15:04:27 +01:00
examples Repo build was broken 2021-12-10 14:55:30 +01:00
src Add support for custom keyfile paths 2022-05-25 13:48:35 +02:00
.gitignore Initial commit 2020-01-05 15:48:49 +01:00
Cargo.toml Add support for custom keyfile paths 2022-05-25 13:48:35 +02:00
LICENSE Create LICENSE 2020-04-05 17:06:49 +02:00
README.md Update README.md 2021-12-14 11:20:16 +01:00
pre_commit.sh Repo build was broken 2021-12-10 14:55:30 +01:00

README.md

Build Status

kuska-ssb

Secure Scuttlebutt library

kuska means together in Runasimi

kuska is an implementation of decentralized social network Secure Scuttlebutt 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