README.md

# BitcoinCoreClient

## Donations

This library is being built in the wild according to these principles

- Free to use
- Developer friendly
- Modular

Arguably, the most important part is that it is `unbiased`.

If you want to keep it that way, and want to promote its active development, please send donations
here: `bc1qg89fc50rvppm5v34jtp0ggvkhqnuwql70j36ar`

Thank you!

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bitcoin_core_client` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:bitcoin_core_client, "~> 0.1.3"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/bitcoin_core_client>.