{"id":21561792,"url":"https://github.com/synonymdev/bip32","last_synced_at":"2025-10-05T18:30:30.795Z","repository":{"id":83985913,"uuid":"553778335","full_name":"synonymdev/bip32","owner":"synonymdev","description":null,"archived":true,"fork":false,"pushed_at":"2022-10-18T18:59:06.000Z","size":325,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T21:18:27.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/synonymdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-18T18:54:04.000Z","updated_at":"2024-06-07T12:20:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"64b81659-beec-402c-bce8-80347dddecd7","html_url":"https://github.com/synonymdev/bip32","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synonymdev%2Fbip32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synonymdev%2Fbip32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synonymdev%2Fbip32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synonymdev%2Fbip32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synonymdev","download_url":"https://codeload.github.com/synonymdev/bip32/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235429388,"owners_count":18988942,"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":[],"created_at":"2024-11-24T09:28:06.085Z","updated_at":"2025-10-05T18:30:30.384Z","avatar_url":"https://github.com/synonymdev.png","language":"TypeScript","readme":"# bip32\n[![Github CI](https://github.com/bitcoinjs/bip32/actions/workflows/main_ci.yml/badge.svg)](https://github.com/bitcoinjs/bip32/actions/workflows/main_ci.yml) [![NPM](https://img.shields.io/npm/v/bip32.svg)](https://www.npmjs.org/package/bip32) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\nA [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) compatible library written in TypeScript with transpiled JavaScript committed to git.\n\n\n## Example\n\nTypeScript\n\n``` typescript\nimport BIP32Factory from 'bip32';\nimport * as ecc from 'tiny-secp256k1';\nimport { BIP32Interface } from 'bip32';\n// You must wrap a tiny-secp256k1 compatible implementation\nconst bip32 = BIP32Factory(ecc);\n\nconst node: BIP32Interface = bip32.fromBase58('xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi');\n\nconst child: BIP32Interface = node.derivePath('m/0/0');\n// ...\n```\n\nNodeJS\n\n``` javascript\nconst ecc = require('tiny-secp256k1')\nconst { BIP32Factory } = require('bip32')\n// You must wrap a tiny-secp256k1 compatible implementation\nconst bip32 = BIP32Factory(ecc)\n\nconst node = bip32.fromBase58('xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi')\n\nconst child = node.derivePath('m/0/0')\n```\n\n## LICENSE [MIT](LICENSE)\nA derivation (and extraction for modularity) of the `HDWallet`/`HDNode` written and tested by [bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib) contributors since 2014.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynonymdev%2Fbip32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynonymdev%2Fbip32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynonymdev%2Fbip32/lists"}