{"id":25565863,"url":"https://github.com/bitcoinjs/bip32","last_synced_at":"2025-04-13T04:58:11.316Z","repository":{"id":34082505,"uuid":"37901516","full_name":"bitcoinjs/bip32","owner":"bitcoinjs","description":"A BIP32 compatible library.","archived":false,"fork":false,"pushed_at":"2024-09-19T09:57:53.000Z","size":487,"stargazers_count":191,"open_issues_count":5,"forks_count":128,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-13T04:58:03.217Z","etag":null,"topics":["bip32","bitcoin","bitcoinjs","bitcoinjs-lib","ecdsa"],"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/bitcoinjs.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":"2015-06-23T06:31:54.000Z","updated_at":"2025-04-10T20:45:31.000Z","dependencies_parsed_at":"2024-06-18T12:21:23.242Z","dependency_job_id":"7a1c106b-ae8a-4f18-a1c9-311417a8743b","html_url":"https://github.com/bitcoinjs/bip32","commit_stats":{"total_commits":85,"total_committers":10,"mean_commits":8.5,"dds":0.5764705882352941,"last_synced_commit":"08a8a5288daaa989afc5436b6067808fa734ab50"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinjs%2Fbip32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinjs%2Fbip32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinjs%2Fbip32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinjs%2Fbip32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoinjs","download_url":"https://codeload.github.com/bitcoinjs/bip32/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665761,"owners_count":21142123,"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":["bip32","bitcoin","bitcoinjs","bitcoinjs-lib","ecdsa"],"created_at":"2025-02-20T22:20:35.382Z","updated_at":"2025-04-13T04:58:11.279Z","avatar_url":"https://github.com/bitcoinjs.png","language":"JavaScript","funding_links":[],"categories":["🧰 Tech stack"],"sub_categories":["Security \u0026 experience"],"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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoinjs%2Fbip32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcoinjs%2Fbip32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoinjs%2Fbip32/lists"}