We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6932c66 commit 90fe2f7Copy full SHA for 90fe2f7
README.md
@@ -31,10 +31,8 @@ from libit import gen_key, multi_wallet
31
32
# Generate secure private key
33
private_key = gen_key()
34
-
35
# Create multi-crypto wallet
36
wallet = multi_wallet(private_key)
37
38
# Access different cryptocurrencies
39
btc = wallet.btc() # Bitcoin
40
ltc = wallet.ltc() # Litecoin
@@ -55,7 +53,7 @@ print(f"ETH Address: {eth['address']}")
55
53
from libit import btc_wallet, ltc_wallet, doge_wallet, eth_wallet
56
54
57
private_key = "your_private_key_here"
58
+```
59
# Individual wallets with short function names
60
### Ultra-Short Function Names
61
0 commit comments