tiannian / async-abci

A async ABCI rust server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async-abci

An ABCI like tendermint-abci, but asynchronous.

Version

  • tendermint: 0.34.21

Packages

name description crates.io docs.rs
async-abci use tendermint in Rust Crates.io docs.rs
tm-abci ABCI interface in no_std Crates.io docs.rs
tm-protos ABCI types in no_std Crates.io docs.rs

Features

  • async-abci: async version of ABCI, fully cooperate with Flush in ABCI message.
  • Async runtime support: tokio, smol.

Design

Consensus

state machine

About

A async ABCI rust server


Languages

Language:Rust 100.0%