tinychain 0.2.2

A next-gen database + application server
Documentation

Tinychain is a distributed state machine with an HTTP + JSON API designed to provide cross-service transactions across an ensemble of microservices which implement the Tinychain protocol. Tinychain itself is also a Turing-complete application platform.

Tinychain currently supports BlockChain, BTree, and Table collection types, with more planned for the future.

Tinychain is intended to be used as an executable binary (i.e., with cargo install) via its HTTP API. For usage instructions and more details, visit the repository page at http://github.com/haydnv/tinychain.