ymarcus93 / go-ssb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:Go 86.0%Language:Smarty 14.0%