Eth Bip32 0.1.1 | GitLocker.com Product

eth-bip32 0.1.1

Last updated:

0 purchases

eth-bip32 0.1.1 Image
eth-bip32 0.1.1 Images

Free

Languages

Categories

Add to Cart

Description:

ethbip32 0.1.1

eth-bip32
eth-bip32 is a Python package for deriving Ethereum addresses from HD wallets using extended public keys (xpub).
Installation
You can install eth-bip32 using pip:
pip install eth_bip32

Usage
Here's a basic example of how to use eth-bip32:
from eth_bip32 import HDWallet

xpub = "xpub6CqGnXKKteadngNJV3YFVCawwJL2nzBkRj7VYZRSAsLpdmLZ4WnRKhqYZaXbqDtWqqAdyuQCMnV2ECgzRFMNiskHscRg51XN5iVzMvgRtdt"
path = "m/0/1/1/0"

wallet = HDWallet(xpub)
derived_wallet = wallet.from_path(path)
ethereum_address = derived_wallet.address()
print(f"Derived Ethereum address: {ethereum_address}")

Local build
pip install .

Test
python -m unittest discover -v tests

License
This project is licensed under the MIT License.
Dependencies

ecdsa

Credits
This implementation was inspired by and references concepts from the following libraries:

pycoin
hdwallet
ethers

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.