Registry / crypto / bip-mnemonic

bip-mnemonic

JSON →
library0.0.4rbrubygemsunverified

Implementation of BIP-39 mnemonic codes for generating deterministic wallets, conforming to PBKDF2 RFC 2898.

gem install bip_mnemonic
INSTALL
IMPORT
SIG · BIP-MNEMONIC
B
bip-mnemonic
cryptorubyv0.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BipMnemonic
require 'bip_mnemonic'

Generates a 12-word BIP-39 mnemonic phrase.

require 'bip_mnemonic' mnemonic = BipMnemonic.generate(language: 'english', words: 12) puts mnemonic # => "abandon abandon abandon ..."
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
Resources
bip-mnemonic — gem install bip-mnemonic · libregistry