Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 328 Bytes

ExtendedKey

Elixir BIP32 implementation

Installation

This package can be installed by adding extended_key to your list of dependencies in mix.exs:

def deps do
  [
    {:extended_key, "~> 0.3.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/extended_key.