[erlang-questions] [ANN] abci_server — for building blockchain apps
Krzysztof Jurewicz
krzysztof.jurewicz@REDACTED
Tue Apr 4 17:29:27 CEST 2017
abci_server has been released. It allows writing Application Blockchain Interface servers. Basically a developer writes a state machine and abci_server along with Tendermint ( https://tendermint.com ) takes care of the blockchain consensus. The code is available at:
https://github.com/KrzysiekJ/abci_server
An example application is available at:
https://github.com/KrzysiekJ/abci_counter
Snapshot of the documentation for 0.1.0 release has been put on IPFS:
https://ipfs.io/ipfs/Qmb4T6XcYJENWVxVMKaDkqTb3WYz6Z12s8HNhcBF4vGDko/
Patches, comments and other feedback are welcome.
More information about the erlang-questions
mailing list