Skip to content

Commit 78ae496

Browse files
Simple Bitcoin non-deterministic wallet address generator
1 parent 745189d commit 78ae496

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bitcoin_address.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from bitcoinaddress import Wallet
2+
3+
wallet = Wallet()
4+
print(wallet)

0 commit comments

Comments
 (0)