Skip to content

codingpeasant/blocace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blocace Logo

Build Status GoDoc Go Report Card License

Blocace is a distributed document database powered by the blockchain technology.

Note to Developers

  • This is a prototype.
  • The APIs are constantly evolving and designed to demonstrate types of functionality. Expect substantial changes before the release.

Install

Compile on Linux/macOS/Windows

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 gcc on 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 server

Download for Linux/macOS/Windows

If you'd like to try Blocace directly, please navigate to Releases and get the right binary for your OS/ARCH.

Docs

Checkout Blocace In 10 Minutes and Blocace APIs Reference

License

Blocace is licensed as Apache 2.0.