Skip to content

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

License

Notifications You must be signed in to change notification settings

tsenturk/mnemoniac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

def deps do
  [
    {:mnemoniac, "~> 0.1.1"}
  ]
end

Docs

The docs can be found at https://hexdocs.pm/mnemoniac

Author

Ayrat Badykov (@ayrat555)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%