https://github.com/sergo-code/bep20-wallet
https://github.com/sergo-code/bep20-wallet
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergo-code/bep20-wallet
- Owner: sergo-code
- Created: 2023-03-29T07:32:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T07:49:35.000Z (about 3 years ago)
- Last Synced: 2025-03-05T12:34:15.130Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BEP20 Wallet
#### Key features:
- Generate a private key and its corresponding address for a Binance Smart Chain (BEP20) wallet using a seed phrase.
- Check wallet balance
- Send transactions on the BEP20 network
The program uses the BIP39 standard for generating the private key and address from the seed phrase. It connects to the Binance Smart Chain network through the Web3.py library and uses the user's provided wallet address to retrieve the wallet balance and send transactions.
#### Note: This program is intended for educational and experimental purposes only. Use at your own risk.