README.md
# Exonum Light Client
Elixir client for the [Exonum Framework][exonum]. This client is base on [Python Client][p-client] made by Exonum Team.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exonum_client` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exonum_client, "~> 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/exonum_client](https://hexdocs.pm/exonum_client).
## License
Apache 2.0 - see [LICENSE](LICENSE) for more information.
[exonum]: https://github.com/exonum/exonum
[proof]: PROOF.md
[p-client]: https://github.com/exonum/exonum-python-client