IOV Weave is a framework for quickly building your custom ABCI application to run a blockchain on top of the best-of-class BFT Proof-of-stake Tendermint consensus engine. It provides much commonly used functionality that can quickly be imported in your custom chain, as well as a simple framework for adding the custom functionality unique to your project. It is inspired by the routing and middleware model of many web application frameworks, and informed by years of wrestling with blockchain state machines. More directly, it is based on the official cosmos-sdk, both the 0.8 release as well as the future 0.9 rewrite. Naturally, as I was the main author of 0.8. While both of those are extremely powerful and flexible and contain advanced features, they have a steep learning curve for novice users. Thus, this library aims to favor simplicity over power when there is a choice.
Features
- Requires Go
- Requires Docker
- You can view the documentation for all packages used in the bns app
- It is inspired by the routing and middleware model of many web application frameworks
- IOV Weave is a framework for quickly building your custom ABCI application
- Run a blockchain on top of the best-of-class BFT Proof-of-stake Tendermint consensus engine