Indacoin

CircleCICoverage Status

An Elixir interface to the Indacoin API.

Installation

Add the package to your list of dependencies in mix.exs:

def deps do
  [
    {:indacoin, "~> 1.0.2"}
  ]
end

and run

mix deps.get

Usage

Set your API credentials if you do authenticated requests:

config :indacoin,
  partner_name: "YOUR_INDACOIN_PARTNER_NAME",
  secret_key: "YOUR_INDACOIN_SECRET_KEY"

Package Documentation

Contributing

Contributions to Indacoin are always welcome! You can help us in different ways:

Copyright

Copyright (C) 2018 Andrey Krisanov. The Package is licensed and distributed under the MIT license.