Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lanfordcai/mnemonic
- Owner: LanfordCai
- License: mit
- Created: 2019-02-12T15:39:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T15:43:26.000Z (almost 6 years ago)
- Last Synced: 2024-10-08T18:10:32.752Z (about 1 month ago)
- Topics: bip39, mnemonic
- Language: Elixir
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).