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

Update Euphrates Docs #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file added .gitbook/.DS_Store
Binary file not shown.
Binary file modified .gitbook/assets/32 (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/35.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions how-to-guides/setup-wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ With the Unified Account system, users can use an Ethereum account to interact w

### Pre-requisites

1. Ethereum wallet e.g. Metamask with an account not bound to any Polkadot/Substrate account. ([Create a MetaMask Wallet](https://support.metamask.io/hc/en-us/articles/360015489531-Getting-started-with-MetaMask), [create an additional account in the Wallet](https://support.metamask.io/hc/en-us/articles/360015289452-How-to-create-an-additional-account-in-your-wallet))
2. Substrate Wallets e.g. Polkadot{js}, Talisman, Subwallet with an account not bound to any Ethereum account. ([Create a Substrate Wallet](https://wiki.acala.network/get-started/acala-network/acala-account/account-generation))
1. Ethereum wallet e.g. MetaMask with an account not bound to any Polkadot/Substrate account. ([Create a MetaMask Wallet](https://support.metamask.io/hc/en-us/articles/360015489531-Getting-started-with-MetaMask), [create an additional account in the Wallet](https://support.metamask.io/hc/en-us/articles/360015289452-How-to-create-an-additional-account-in-your-wallet))
2. Substrate Wallets e.g. SubWallet, Talisman, Polkadot{.js} with an account not bound to any Ethereum account. ([Create a Substrate Wallet](https://wiki.acala.network/get-started/acala-network/acala-account/account-generation))
3. ACA in your Substrate Wallet to pay for transaction fees ([Fund Your Substrate Wallet](https://wiki.acala.network/integrate/integration/token-transfer))

### Set up a Unified Account

To enable Unified Account and use Acala EVM+, you will
To enable Unified Account and use Acala EVM+, follow these steps:

1. Login with a supported Ethereum wallet e.g. MetaMask, Wallet Connect
2. Login (once) with a Polkadot/Substrate wallet e.g. Polkadot{js}, Talisman, Subwallet
2. Login (once) with a Polkadot/Substrate wallet e.g. SubWallet, Talisman, Polkadot{.js}
3. Sign a transaction to bind the two accounts

### Step-by-Step Guide
Expand All @@ -34,7 +34,7 @@ To setup 
4. Confirm the selection by clicking “Connect”

<figure><img src="../../.gitbook/assets/30.png" alt=""><figcaption></figcaption></figure>
5. If this is your first time interacting with the Acala Network you will be asked to add the network to your Metamask and switch to it. Click “Approve” then “Switch Network”
5. If this is your first time interacting with the Acala Network you will be asked to add the network to your MetaMask and switch to it. Click “Approve” then “Switch Network”

<figure><img src="../../.gitbook/assets/31.png" alt=""><figcaption></figcaption></figure>

Expand Down