An open API service indexing awesome lists of open source software.

https://github.com/corvuscodex/generate-eth-address-from-seed

Generate ETH Address from seed using python
https://github.com/corvuscodex/generate-eth-address-from-seed

Last synced: over 1 year ago
JSON representation

Generate ETH Address from seed using python

Awesome Lists containing this project

README

          

# Generate-ETH-Address-from-seed
Generate ETH Address from seed using python

Python script that generates an Ethereum address from a seed phrase. The script uses the eth_keys library to derive a private key from the seed phrase and then uses that private key to generate a public key and an Ethereum address. The generate_address function takes in a seed phrase as an argument and returns the generated Ethereum address.

>Support my work:

>BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3

>ETH: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0

# Disclaimer

The code within this repository comes with no guarantee, the use of this code is your responsibility. I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY.