Indacoin

CircleCI Coverage 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.0"}
]
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"

Contributing

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

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