f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 9 forks source link

Writing a gRPC Client for tendermint/iavl #101

Closed martyall closed 4 years ago

martyall commented 4 years ago

It seems like they are working on the protobuf files and writing the server on the tendermint side.

We can track the issue PR on the tendermint side here https://github.com/tendermint/iavl/pull/184

Here is an example using protolens and gRPC in haskell https://github.com/f-o-a-m/hs-trillian/tree/master/hs-trillian-log

we need to

martyall commented 4 years ago

depends on #145