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.32"}
]
endDocumentation 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