{"id":25738480,"url":"https://github.com/anzerr/bip39","last_synced_at":"2026-05-07T01:32:29.706Z","repository":{"id":49166224,"uuid":"196835600","full_name":"anzerr/bip39","owner":"anzerr","description":"Mnemonic code for generating deterministic keys","archived":false,"fork":false,"pushed_at":"2022-01-21T16:11:10.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T18:03:30.517Z","etag":null,"topics":["bitcoin","library","mnemonic","node","util"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anzerr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-14T12:45:51.000Z","updated_at":"2022-01-21T16:11:11.000Z","dependencies_parsed_at":"2022-08-20T16:50:59.550Z","dependency_job_id":null,"html_url":"https://github.com/anzerr/bip39","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/anzerr/bip39","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzerr%2Fbip39","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzerr%2Fbip39/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzerr%2Fbip39/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzerr%2Fbip39/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anzerr","download_url":"https://codeload.github.com/anzerr/bip39/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzerr%2Fbip39/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265967215,"owners_count":23857066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","library","mnemonic","node","util"],"created_at":"2025-02-26T07:31:28.631Z","updated_at":"2026-05-07T01:32:24.668Z","avatar_url":"https://github.com/anzerr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n### `Intro`\n![GitHub Actions status | publish](https://github.com/anzerr/bip39/workflows/publish/badge.svg)\n\n[Bitcoin BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki): Mnemonic code for generating deterministic keys\n\n#### `Install`\n``` bash\nnpm install --save git+https://github.com/anzerr/bip39.git\nnpm install --save @anzerr/bip39\n```\n\n### `Example`\n``` javascript\nconst bip = require('bip39');\n\nlet mnemonic = bip.entropy.toMnemonic('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF').join(' ');\nconsole.log(mnemonic); // zoo zoo zoo zoo zoo zoo zoo zoo zoo zoo zoo wrong\nconsole.log(bip.mnemonic.toEntropy(mnemonic)); // ffffffffffffffffffffffffffffffff\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanzerr%2Fbip39","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanzerr%2Fbip39","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanzerr%2Fbip39/lists"}