|
2 years ago | |
---|---|---|
blobs | 3 years ago | |
channels | 2 years ago | |
cmd | 2 years ago | |
dns | 3 years ago | |
git | 3 years ago | |
gossip | 2 years ago | |
graph | 3 years ago | |
muxrpcManager | 3 years ago | |
rpc | 3 years ago | |
search | 3 years ago | |
social | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
compression.go | 3 years ago | |
doc.go | 3 years ago | |
encoding.go | 3 years ago | |
feed_test.go | 2 years ago | |
feeds.go | 2 years ago | |
follower.go | 3 years ago | |
go-ssb.go | 3 years ago | |
keys.go | 3 years ago | |
message.go | 3 years ago | |
messagetopic.go | 3 years ago | |
messagetypes.go | 3 years ago | |
ref.go | 3 years ago |
Go-ssb is an implementation of secure-scuttlebutt in Golang.
# 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.