mint
mint copied to clipboard
Mint Blockchain — Build blockchain powered social apps
Until the latest version is supported, we should probably update the docs to mention that the app currently only works with binary 0.19.7-a017f2fd (https://github.com/tendermint/tendermint/releases/tag/v0.19.7)
Initial poc for implementing DPOS. Some notes - 1. A user can upvote validators as many times as they want. We should probably have a limit on the number of...
Find a way to incorporate DPOS consensus into the ABCI server. One of the ways to achieve this can be something like this: - Add a "voting" transaction and let...