Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.39 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.39 KB

Build Status GoDoc GitHub license Coverage Status Go Report Card

Consensus

Overview

This library is the consensus core of AidosKuneen.

Requirements

  • git
  • go 1.9+

are required to compile.

Install

$ go get github.com/AidosKuneen/consensus

Usage

See test code.

Dependencies and Licenses

This software includes a rewrite (from C++ to go) of Ripple consensus

which are covered by MIT License.

Golang Standard Library                       BSD 3-clause License