README.md
# 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`:
```elixir
def deps do
[
{:mnemoniac, "~> 0.1.1"}
]
end
```
## Docs
The docs can be found at [https://hexdocs.pm/mnemoniac](https://hexdocs.pm/mnemoniac)
## Author
Ayrat Badykov (@ayrat555)