Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlgoveraAI
/
web3-wallet
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b34b80e
web3-wallet
/
wallet.py
smejak
Create wallet.py
685bf3b
about 3 years ago
raw
Copy download link
history
blame
Safe
174 Bytes
from
eth_account
import
Account
Account.enable_unaudited_hdwallet_features()
def
get_wallet
():
acct, mnemonic = Account.create_with_mnemonic()
return
acct, mnemonic