Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
/ indacoin Public archive

An Elixir interface to the Indacoin API

License

Notifications You must be signed in to change notification settings

akrisanov/indacoin

Repository files navigation

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.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:

  • Open an issue with suggestions for improvements and errors you're facing;
  • Fork this repository and submit a pull request;
  • Improve the documentation.

Copyright

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