Skip to content

Get balance from seed phrase #326

Answered by mccwdev
maxwellss asked this question in Q&A
Jul 28, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Thank you.
Yes, you can import an seed phrase, create a wallet and then scan it's keys:

passphrase = 'never stamp rival shift ignore wrap chuckle column work price verify letter'
w = Wallet.create("Wallet", keys=passphrase, network='bitcoin')
w.scan()
w.info()

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@maxwellss
Comment options

@mccwdev
Comment options

Answer selected by mccwdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #324 on August 02, 2023 14:54.