README.md
# ExtendedKey
Elixir BIP32 implementation
## Installation
This package can be installed by adding `extended_key` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:extended_key, "~> 0.1.0"}
]
end
```
Documentation can be found at [https://hexdocs.pm/extended_key](https://hexdocs.pm/extended_key).