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
- Host: GitHub
- URL: https://github.com/corvuscodex/generate-eth-address-from-seed
- Owner: CorvusCodex
- Created: 2023-02-09T17:30:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T21:53:12.000Z (about 3 years ago)
- Last Synced: 2025-01-21T08:44:54.499Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.