This repo demonstrates implementation of a blog application using Weave.
Documentation of this repos is at Weave Tutorial. You can follow the documentation while reading the code.
- golang 1.11.4+
- tendermint 0.31.5
- weave
go get github.com/iov-one/weave
- docker
Important: At IOV we use go modules. You can append export GO111MODULE=on
to .rc
file of your favorite shell(zsh, bash, fish, etc.
)