A fork of https://github.com/Kuska-ssb/ssb for PeachCloud development
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notplants 24cfea2dbd
Merge pull request 'Add support for custom keyfile paths' (#1) from keypath into main
10 months ago
.github/workflows better CI 1 year ago
examples Repo build was broken 1 year ago
src Add support for custom keyfile paths 10 months ago
.gitignore Initial commit 3 years ago
Cargo.toml Add support for custom keyfile paths 10 months ago
LICENSE Create LICENSE 3 years ago
README.md Update README.md 1 year ago
pre_commit.sh Repo build was broken 1 year ago

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