Packages
ex_abci_proto
0.7.6
[Tendermint ABCI protos](https://github.com/tendermint/tendermint/wiki/Application-Developers). Extracted from [ex_abci](https://github.com/arcblock/ex_abci).
Current section
Files
Jump to
Current section
Files
ex_abci_proto
README.md
README.md
# ExAbciProto
Proto files for ex_abci.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_abci_proto` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_abci_proto, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_abci_proto](https://hexdocs.pm/ex_abci_proto).