Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 359 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 359 Bytes

BitcoinDe Elixir

Elixir API wrapper for www.bitcoin.de an online bitcoin marketplace.

Installation

The package can be installed by adding bitcoin_de to your list of dependencies in mix.exs:

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

Documentation can be found at https://hexdocs.pm/bitcoin_de.