Waveschainex

Waveschainex is an Elixir/Erlang client for Waves REST API.

Installation

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

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

The docs can be found at https://hexdocs.pm/waveschainex.

Configuration

Default setting for WAVES nodes API is https://nodes.wavesnodes.com.

To configure a custom url use the following config setings:

config :waveschainex,
  waves_node_url: "YOUR_CUSTOM_URL"

Implemented API methods

All functions are documented, covered by tests and include typespecs.

Address module

Block module

Asset module

Transaction module

Node module