Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 519 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 519 Bytes

Mnemoniac

Mnemoniac is an implementation of BIP-39 which describes generation of mnemonic codes or mnemonic sentences - a group of easy to remember words - for the generation of deterministic wallets.

Installation

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

def deps do
  [
    {:mnemoniac, "~> 0.1.1"}
  ]
end

Docs

The docs can be found at https://hexdocs.pm/mnemoniac

Author

Ayrat Badykov (@ayrat555)