Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
Nikolay Yushkevich edited this page Sep 30, 2017 · 44 revisions

Quick navigation

API Guides & Tutorials Architecture Feature set Quality Assurance & Benchmarking

Current state

Version v0.95 Preview:

  • Transport layer: Google protobuf & gRPC
  • Pluggable consensus layer: YAC consensus algorithm (sunny day scenario)
  • Peer service (w/o hot join of peers)
  • RBAC permission model (ETA: start of October 2017)
  • CQRS (command-query responsibility segregation)
  • Builds in Linux, macOS, docker environment
  • Interactive and batch mode for C++ CLI (console line interface) client application
  • Tracking state of transaction with RxCpp
  • Ametsuchi database
    • blockstore — flat files
    • ledger state (world state view) — PostgreSQL
    • block index — Redis
Clone this wiki locally