Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lanfordcai/mnemonic

Elixir BIP39 implementation
https://github.com/lanfordcai/mnemonic

bip39 mnemonic

Last synced: 17 days ago
JSON representation

Elixir BIP39 implementation

Awesome Lists containing this project

README

        

# Mnemonic

Elixir BIP39 implementation

## Installation

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

```elixir
def deps do
[
{:mnemonic, "~> 0.1.0", hex: :mnemonic_ex}
]
end
```

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