TODO: Add description
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.
To test lib against real Electrum server please set LB_ELECTRUM_CLIENT_IP
, LB_ELECTRUM_CLIENT_PORT
and run mix test_all