项目作者: f-o-a-m

项目描述 :
A Haskell framework that facilitates writing ABCI applications
高级语言: Haskell
项目地址: git://github.com/f-o-a-m/kepler.git
创建时间: 2019-07-09T19:48:39Z
项目社区:https://github.com/f-o-a-m/kepler

开源协议:Apache License 2.0

下载


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