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:

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

Documentation

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