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

https://github.com/sergo-code/bep20-wallet


https://github.com/sergo-code/bep20-wallet

Last synced: 13 days ago
JSON representation

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.