Initial release of the Bitcoin Address Generator package, providing core functionality for generating Bitcoin addresses using ECDSA.
⚠️ Educational and Development Use Only
This package is intended for educational and development purposes. Do not use for production or with real Bitcoin transactions.
Features in this release:
- Generate random private keys
- Convert private keys to public keys using ECDSA
- Create valid Bitcoin addresses
- Command-line interface
- Comprehensive validation and error handling
- Educational documentation and examples
- Test suite
Installation:
pip install bitcoin-address-generator
For documentation and usage examples, see the [README](https://github.com/ol-s-cloud/bitcoin-address-generator#readme)
Note: This is an educational tool. Never use generated addresses with real Bitcoin without proper security review.