Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/AlgoveraAI/algorithm-web3-wallet into main
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from wallet import get_wallet
|
|
12 |
|
13 |
def w(hello):
|
14 |
account, mnemonic = get_wallet()
|
15 |
-
return account, mnemonic
|
16 |
|
17 |
# def wallet(private_key, did):
|
18 |
# wallet = Wallet(ocean.web3, private_key, transaction_timeout=20, block_confirmations=config.block_confirmations)
|
|
|
12 |
|
13 |
def w(hello):
|
14 |
account, mnemonic = get_wallet()
|
15 |
+
return account.address, mnemonic
|
16 |
|
17 |
# def wallet(private_key, did):
|
18 |
# wallet = Wallet(ocean.web3, private_key, transaction_timeout=20, block_confirmations=config.block_confirmations)
|