f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 10 forks source link
abci blockchain haskell tendermint

kepler

Build Status

Docs

Although the documentation for this project is hosted on github as well, always use the hosted docs for the best experience.

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