{"id":15021124,"url":"https://github.com/kigawas/python-bip44","last_synced_at":"2025-04-05T14:03:35.405Z","repository":{"id":38318378,"uuid":"267530862","full_name":"kigawas/python-bip44","owner":"kigawas","description":"Simple Python bip44 implementation. Mnemonic + bip32.","archived":false,"fork":false,"pushed_at":"2025-03-01T06:19:48.000Z","size":516,"stargazers_count":44,"open_issues_count":3,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T13:05:02.776Z","etag":null,"topics":["bip44","bitcoin","cryptocurrency","ethereum"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kigawas.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-28T08:07:31.000Z","updated_at":"2025-03-18T19:35:58.000Z","dependencies_parsed_at":"2024-06-19T04:10:25.982Z","dependency_job_id":"b74cc473-3435-4ffc-9f8b-9b86a1945351","html_url":"https://github.com/kigawas/python-bip44","commit_stats":{"total_commits":132,"total_committers":3,"mean_commits":44.0,"dds":0.5303030303030303,"last_synced_commit":"1153951d12d7bed26215b8607a44de56c9dff788"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kigawas%2Fpython-bip44","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kigawas%2Fpython-bip44/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kigawas%2Fpython-bip44/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kigawas%2Fpython-bip44/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kigawas","download_url":"https://codeload.github.com/kigawas/python-bip44/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345850,"owners_count":20924102,"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":["bip44","bitcoin","cryptocurrency","ethereum"],"created_at":"2024-09-24T19:56:09.984Z","updated_at":"2025-04-05T14:03:35.388Z","avatar_url":"https://github.com/kigawas.png","language":"Python","readme":"# python-bip44\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e4aa71f4a234dca809d014b0b214220)](https://app.codacy.com/gh/kigawas/python-bip44/dashboard)\n[![CI](https://img.shields.io/github/actions/workflow/status/kigawas/python-bip44/ci.yml)](https://github.com/kigawas/python-bip44/actions)\n[![Codecov](https://img.shields.io/codecov/c/github/kigawas/python-bip44.svg)](https://codecov.io/gh/kigawas/python-bip44)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bip44.svg)](https://pypi.org/project/bip44/)\n[![PyPI](https://img.shields.io/pypi/v/bip44.svg)](https://pypi.org/project/bip44/)\n[![License](https://img.shields.io/github/license/kigawas/python-bip44.svg)](https://github.com/kigawas/python-bip44)\n\nSimple Python [bip44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) implementation. [Mnemonic](https://github.com/trezor/python-mnemonic) + [bip32](https://github.com/darosior/python-bip32).\n\n## Install\n\n`pip install bip44`\n\n## Quick Start\n\n```python\n\u003e\u003e\u003e from coincurve import PrivateKey\n\u003e\u003e\u003e from bip44 import Wallet\n\u003e\u003e\u003e from bip44.utils import get_eth_addr\n\u003e\u003e\u003e mnemonic = \"purity tunnel grid error scout long fruit false embody caught skin gate\"\n\u003e\u003e\u003e w = Wallet(mnemonic)\n\u003e\u003e\u003e sk, pk = w.derive_account(\"eth\", account=0)\n\u003e\u003e\u003e sk = PrivateKey(sk)\n\u003e\u003e\u003e sk.public_key.format() == pk\nTrue\n\u003e\u003e\u003e get_eth_addr(pk)\n'0x7aD23D6eD9a1D98E240988BED0d78e8C81Ec296C'\n```\n\n## Release Notes\n\n### 0.1.1 ~ 0.1.5\n\n- Support Python 3.10, 3.11, 3.12, 3.13\n- Bump dependencies\n- Drop Python 3.6, 3.7\n\n### 0.1.0\n\n- First beta release\n- Bump dependencies\n\n### 0.0.1 ~ 0.0.7\n\n- Alpha releases\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkigawas%2Fpython-bip44","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkigawas%2Fpython-bip44","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkigawas%2Fpython-bip44/lists"}