معرفی شرکت ها


bip-tools-1.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Manage BIP32 based HD wallets.
ویژگی مقدار
سیستم عامل -
نام فایل bip-tools-1.0.4
نام bip-tools
نسخه کتابخانه 1.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Gavin Barrett
ایمیل نویسنده gavinbrrtt@gmail.com
آدرس صفحه اصلی https://github.com/gavinbrrtt/biptools
آدرس اینترنتی https://pypi.org/project/bip-tools/
مجوز GPLv3
## Description This repository presents a library for generating and managing hierarchical deterministic (HD) wallets. The core of this software includes an implementation of the BIP 39 and BIP 32 (Bitcoin Improvement Protocol) protocols for generating mnemonic seeds and wallets, respectively. The BIP 32 module contains the BIP32\_Account base class for deriving HD wallets based on the BIP 32 specification. It's recommended that you use the BIP44, BIP49, and BIP84 subclasses to generate HD wallets. These class make use of the BIP32\_Account core functionality but allow for deriving extended key pairs off of the 44', 49', and 84' purpose paths. ![](https://github.com/gavinbarrett/BIP39_Suite/workflows/Build/badge.svg) ![](https://github.com/gavinbarrett/BIP39_Suite/workflows/BIP39%20Seed%20Generation/badge.svg) ![](https://github.com/gavinbarrett/BIP39_Suite/workflows/Elliptic%20Curve%20Arithmetic/badge.svg) ![](https://github.com/gavinbarrett/BIP39_Suite/workflows/BIP32%20Path%20Derivation/badge.svg) ## Usage ```python from biptools.bip44 import BIP44 phrase = 'cactus fringe crater danger leave pill endorse night clown change apology issue' wallet = BIP44(phrase) xprv, xpub = wallet.get_master_keys() ```


نیازمندی

مقدار نام
- base58


نحوه نصب


نصب پکیج whl bip-tools-1.0.4:

    pip install bip-tools-1.0.4.whl


نصب پکیج tar.gz bip-tools-1.0.4:

    pip install bip-tools-1.0.4.tar.gz