/hs-abci

A Haskell application that facilitates writing ABCI servers

Primary LanguageHaskellApache License 2.0Apache-2.0

kepler

Build Status

Introduction

This is the official repository for the Haskell implementation of the ABCI server and SDK for developing applications backed by the Tendermint replication engine. You can read more about Tendermint and the ABCI specs in their documentation.

To understand how to build a simple application using this library, see the literate haskell walkthrough.

Build

See installation instructions