Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-o-a-m/kepler
A Haskell framework that facilitates writing ABCI applications
https://github.com/f-o-a-m/kepler
abci blockchain haskell tendermint
Last synced: 3 months ago
JSON representation
A Haskell framework that facilitates writing ABCI applications
- Host: GitHub
- URL: https://github.com/f-o-a-m/kepler
- Owner: f-o-a-m
- License: apache-2.0
- Created: 2019-07-09T19:48:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T21:04:26.000Z (over 3 years ago)
- Last Synced: 2024-05-15T11:30:47.417Z (8 months ago)
- Topics: abci, blockchain, haskell, tendermint
- Language: Haskell
- Homepage: https://kepler.dev
- Size: 50.8 MB
- Stars: 34
- Watchers: 14
- Forks: 10
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ABCI server
- awesome-ccamel - f-o-a-m/kepler - A Haskell framework that facilitates writing ABCI applications (Haskell)
README
# kepler
[![Build Status](https://travis-ci.com/f-o-a-m/kepler.svg?branch=master)](https://travis-ci.com/f-o-a-m/kepler)
## Docs
Although the documentation for this project is hosted on github as well, always use the [hosted docs](https://kepler.dev/) 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](https://tendermint.com/docs/spec/abci/).To understand how to build a simple application using this library, see the literate haskell [walkthrough](https://github.com/f-o-a-m/kepler/blob/master/hs-abci-docs/nameservice/README.md).
## Build
See [installation instructions](https://github.com/f-o-a-m/kepler/blob/master/hs-abci-docs/doc/0020-Installation.md)