git ssb

9+

mixmix / ssb-handbook



Branch:
Michael Williams committed table-ifyLatest: 05af701 on 6/7/2017, 12:56:17 PM
📄.gitignore
📄README.md
📄SUMMARY.md
📄applications.md
📁assets
📄book.json
📁concepts
📄contributing.md
📁faq
📄glossary.md
📁guides
📄modules.md
📄package-lock.json
📄package.json
📄principles.md
📁stories
📄talks.md
README.md

ssb handbook Hermes the hermit crab

A work-in-progress guide to the ssb-verse and key concepts and influences

What Is Scuttlebutt?

Historically, sea-slang for gossip - a scuttlebutt is basically a watercooler on a ship.

Scuttlebutt is a decent(ralised) secure gossip platform.

This seems like a silly name, but I assure you, this is real science. Read this: http://www.cs.cornell.edu/home/rvr/papers/flowgossip.pdf

Or, if you're lazy: http://en.wikipedia.org/wiki/Scuttlebutt (laziness will get you nowhere, btw)

How To Get Started

The easiest way to get started is using patchwork, a classic social networking application.

screenshot of patchwork

Easy path

  1. Download an Installer for Windows, macOS and Linux
  2. Get a pub invite code
  3. Use the pub invite : in Patchwork click + Join Pub and paste the invite code

Step 2 is important if you want to be able to find people further than your local network - it sets you up with a robot friend on the internet which helps you find and communicate with people. Read more about Pubs and their role here.

Build from Source

This is more technical than the easy path, mainly useful if you're interested in developing Patchwork.

On Linux you'll need some more dependencies. On Debian:

sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev g++ m4 automake libtool

With node (>= 4) and npm (>= 2) installed:

$ git clone https://github.com/ssbc/patchwork
$ cd patchwork
$ npm install
$ npm start

Follow steps 2. and 3. above to connect to the network.

Join The Community

Check out the following channels by typing their name (with #) in the search bar:

Here are some other favourites:

About This Handbook

To view the public handbook, browse to scuttlebutt.nz

The handbook is organized by topics:

Other documentation

Over time we have scattered documentation around in a few places:

Please help us consolidate this here!

Other Projects

Scuttlebutt is not the only dex project:

Built with git-ssb-web