Categorygithub.com/codingpeasant/blocace
modulepackage
0.1.0
Repository: https://github.com/codingpeasant/blocace.git
Documentation: pkg.go.dev

# README

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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author