Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare and example on how to use mnemonics #399

Closed
Iysbaera opened this issue Nov 2, 2021 · 2 comments
Closed

Prepare and example on how to use mnemonics #399

Iysbaera opened this issue Nov 2, 2021 · 2 comments
Assignees

Comments

@Iysbaera
Copy link
Collaborator

Iysbaera commented Nov 2, 2021

The task is to prepare and example to cover the following topics:

  1. How to import an mnemonic phrase and get a list of all public keys assossicated with that phrase.
  2. Describe how to get an information on keys with non-zero balances
@RaviRanjan-11
Copy link
Contributor

RaviRanjan-11 commented Nov 3, 2021

Implemented:

  1. How to create mnemonics
  2. How to create Wallet with Mnemonics Phrase
  3. How to get a Private key for Created Wallet address

https://github.com/skywinder/web3swift/blob/develop/HelperMethodsForApp/CreateWalletWrapper.swift

@RaviRanjan-11
Copy link
Contributor

This Repo contain

Implement of How to Import Wallet
1. With Mnemonics Phrase
2. With Private Key

MyWeb3Wallet

Also Implemented here

1. How to create mnemonics
2. How to create Wallet with Mnemonics Phrase
3. How to get a Private key for Created Wallet address

@Valter4578 Valter4578 linked a pull request Dec 30, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants