Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lanfordcai/extended_key

Elixir BIP32 implementation
https://github.com/lanfordcai/extended_key

bip32 bitcoin hdwallet

Last synced: 3 months ago
JSON representation

Elixir BIP32 implementation

Awesome Lists containing this project

README

        

# 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.3.0"}
]
end
```

Documentation can be found at [https://hexdocs.pm/extended_key](https://hexdocs.pm/extended_key).