Spaces:
Runtime error
Runtime error
File size: 174 Bytes
685bf3b |
1 2 3 4 5 6 7 |
from eth_account import Account
Account.enable_unaudited_hdwallet_features()
def get_wallet():
acct, mnemonic = Account.create_with_mnemonic()
return acct, mnemonic |