Coinpayments

A wrapper for the Coinpayments API v1 in Elixir.

Installation

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

def deps do
  [
    {:coinpayments, "~> 0.5.0"}
  ]
end

Then running mix deps.get.

Afterward, set up per-environment config files to set API key and secret. Please see the config/dev.secret.exs.example.

Usage

Please see the Coinpayments API Documentation for more details about the different available commands and options.

Contributing

Please fork and submit a pull request. Pull requests that fix current issues will be prioritized highest.