andyleap / go-ssb

GNU General Public License v3.0
42 stars 13 forks source link

Go-ssb

Go-ssb is an implementation of secure-scuttlebutt in Golang.

Getting Started

# Clone the repo and dependencies into your gopath
go get github.com/andyleap/go-ssb/...

# Build the sbot executable
cd go/src/github.com/andyleap/go-ssb/cmd/sbot
go build

# Run the executable
./sbot

# Point a web browser at localhost:9823 to use the client
# Go to localhost:9823/admin to add a pub invite and connect to the network

Join us in #scuttlebutt-go on freenode.