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
- Host: GitHub
- URL: https://github.com/ayrat555/mnemoniac
- Owner: ayrat555
- License: mit
- Created: 2023-01-11T14:00:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T11:15:25.000Z (3 months ago)
- Last Synced: 2025-07-14T14:00:03.332Z (3 months ago)
- Topics: bip39, elixir, mnemonic
- Language: Elixir
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)