README.md

# Caustic Cryptocurrency Library

An Elixir library of useful methods used in various cryptocurrencies
(Bitcoin, Ethereum, etc.).

# Documentation

https://hexdocs.pm/caustic/

## Installation

```elixir
def deps do
  [
    {:caustic, "~> 0.1.7"}
  ]
end
```