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

https://github.com/ayrat555/mnemoniac

Implementation of BIP-39 which describes generation of mnemonic codes or mnemonic sentences
https://github.com/ayrat555/mnemoniac

bip39 elixir mnemonic

Last synced: 3 months ago
JSON representation

Implementation of BIP-39 which describes generation of mnemonic codes or mnemonic sentences

Awesome Lists containing this project

README

          

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

## Docs

The docs can be found at [https://hexdocs.pm/mnemoniac](https://hexdocs.pm/mnemoniac)

## Author

Ayrat Badykov (@ayrat555)