/blogk

A Tendermint backed blockchain, designed for micro-blogging and the distribution of short text

Primary LanguageGo

Blogk

"Blockchain backed microblogging"

(will try to add more later, running out of time in this hackathon)

Usage

  1. Install go...

  2. Install dependancies

$ go get -u ./...
  1. Run the blogk server
$ go run cmd/blogk/main.go
  1. In a new shell, try creating a user or a post Make a user (uses a generated public/private key that are not saved)
go run cmd/examples/add_user/main.go

Make a post

go run cmd/examples/make_post/main.go

check back later!