Exonum Light Client

Elixir client for the Exonum Framework. This client is base on Python Client made by Exonum Team.

Installation

If available in Hex, the package can be installed by adding exonum_client to your list of dependencies in mix.exs:

def deps do
  [
    {:exonum_client, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exonum_client.

License

Apache 2.0 - see LICENSE for more information.