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

write client library that doesn't need RPC #238

Open martyall opened 4 years ago

martyall commented 4 years ago

In principle there's no reason why we can't make a client library that's independent of tendermint core. This would have the advantage of being able to test applications "purely", without setting up the whole universe