RooSoft / bitcoin_accounting

From Bitcoin blockchain's data to human understandable format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitcoinAccounting

TODO: Add description

Installation

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

def deps do
  [
    {:bitcoin_accounting, "~> 0.1.31"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bitcoin_accounting.

Testing

Integration tests

To test lib against real Electrum server please set LB_ELECTRUM_CLIENT_IP, LB_ELECTRUM_CLIENT_PORT and run mix test_all

About

From Bitcoin blockchain's data to human understandable format

License:The Unlicense


Languages

Language:Elixir 99.9%Language:Euphoria 0.1%