README.md

# RISE ELIXIR MODULE

ELIXIR module to interact with RISE Blockchain APIs.

## Getting started

### Prerequisite

Install `elixir` by following the official guide https://elixir-lang.org/install.html

### Application dependencies

The package can be installed
by adding `rise_elixir` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:rise_elixir, "~> 0.1.0"}
  ]
end
```

### Documentation

Published on [HexDocs](https://hexdocs.pm), the docs can
be found at [https://hexdocs.pm/rise_elixir](https://hexdocs.pm/rise_elixir).