blocace

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2020 License: Apache-2.0 Imports: 20 Imported by: 0

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.

Documentation

Overview

Blocace is a distributed document database powered by the blockchain technology. A super light-weight yet powerful document-oriented database backed by blockchain / distributed ledger technology. Data immutable and verifiable is all about trust, which creates the most efficient business.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL