blocace
1.0.0
Blocace is a distributed document database powered by the blockchain technology.
Prerequisite: Go version: 1.12 or later; GCC 5.1 or later.
Windows may need to install GCC if missing before installing the dependencies. Linux may also need to install gcc using the corresponding package management tool, like
yum install gccon RedHat or alike. macOS may need to install Xcode Command Line Tools.
Build and run with Go Modules
git clone https://github.com/codingpeasant/blocace.git
cd blocace
export GO111MODULE=on # Go 1.12 and earlier
go get
go build -ldflags="-s -w -X main.version=0.0.6"
./blocace serverIf you'd like to try Blocace directly, please navigate to Releases and get the right binary for your OS/ARCH.
Checkout Blocace In 10 Minutes and Blocace APIs Reference
Blocace is licensed as Apache 2.0.