README.md

# Satoxi

Toolbox for building bitcoin applications

## Documentation

You can find more information and examples in the [documentation](https://hexdocs.pm/satoxi/0.1.0/Satoxi.html).

## Installation

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

```elixir
def deps do
  [
    {:satoxi, "~> 0.1.0"}
  ]
end
```