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

Updated BIP-39 passphrase #56

Merged
merged 2 commits into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions src/docs/guides/bip-39-passphrase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,25 @@ If you want to generate an account with a passphrase, follow these steps.

- Toggle the Advanced Mode button here.

<IPhoneWrapper src={"/img/passphrase/pass6.png"} />- Now, go to your secret and
tap the 3 dots on the top right corner of the screem. Click the ADD ACCOUNT
button.
<IPhoneWrapper src={"/img/passphrase/pass6.png"} />

<IPhoneWrapper src={"/img/passphrase/pass1.png"} />
- Now, go to your secret and tap the 3 dots on the top right corner of the screem. Click the ADD ACCOUNT
button.

<IPhoneWrapper src={"/img/passphrase/pass1.PNG"} />

- Select any coin you want to use to generate the new account with a passphrase.

<IPhoneWrapper src={"/img/passphrase/pass2.png"} />
<IPhoneWrapper src={"/img/passphrase/pass2.PNG"} />

- Toggle the Advanced Mode button and input your passphrase.
- Click create and tick the “I understand” button.

<IPhoneWrapper src={"/img/passphrase/pass3.png"} />
<IPhoneWrapper src={"/img/passphrase/pass3.PNG"} />

- Click ok and a new account will be generated. This account looks and behaves just like any other account, but to use it or generate it again in the future, you will need to provide the BIP-39 passphrase again.

<IPhoneWrapper src={"/img/passphrase/pass4.png"} />
<IPhoneWrapper src={"/img/passphrase/pass4.PNG"} />

### Things you should note while setting up a passphrase

Expand Down
Loading