Abci 0.1.1

Released under the MIT License

Clojure host/server for Tendermint's ABCI protocol.

Installation

To install, add the following dependency to your project or build file:

[io.datopia/abci "0.1.1"]

Namespaces

abci.host

Idiomatic Tendermint ABCI host implementation.

Public variables and functions:

abci.host.middleware

Utility functions for transforming ABCI handler functions. All middleware assumes asynchronous handler functions, excepting wrap-synchronous.