- Add pytest test suite for all 5 address types (P2PK, P2PKH, P2SH, P2WPKH, P2TR) - Test output fields, address prefixes per network, key lengths and uniqueness - Each test file prints the SecretScan URL for manual address verification - Add pytest to requirements.txt
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
base58==2.1.1
|
|
bech32==1.2.0
|
|
ecdsa==0.19.0
|
|
six==1.17.0
|
|
pytest
|