diff --git a/SUMMARY.md b/SUMMARY.md index 6ef08f20..d5622b56 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,9 +1,9 @@ # Table of contents * [Orientation](README.md) - * [Wallet Basics](building-with-ocean/wallets.md) - * [Set Up MetaMask Wallet](building-with-ocean/metamask-setup.md) - * [Use Your Wallet to Manage OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md) + * [Wallet Basics](orientation/wallets.md) + * [Set Up MetaMask Wallet](orientation/metamask-setup.md) + * [Use Your Wallet to Manage OCEAN Tokens](orientation/wallets-and-ocean-tokens.md) * [Core Concepts](core-concepts/README.md) * [Architecture Overview](core-concepts/architecture.md) * [Data NFTs and Datatokens](core-concepts/datanft-and-datatoken.md) diff --git a/building-with-ocean/images/metamask-create-username-password.png b/building-with-ocean/images/metamask-create-username-password.png deleted file mode 100644 index cc090829..00000000 Binary files a/building-with-ocean/images/metamask-create-username-password.png and /dev/null differ diff --git a/building-with-ocean/images/confirm-backup-phrase.png b/orientation/images/confirm-backup-phrase.png similarity index 100% rename from building-with-ocean/images/confirm-backup-phrase.png rename to orientation/images/confirm-backup-phrase.png diff --git a/building-with-ocean/images/create-new-metamask-wallet.png b/orientation/images/create-new-metamask-wallet.png similarity index 100% rename from building-with-ocean/images/create-new-metamask-wallet.png rename to orientation/images/create-new-metamask-wallet.png diff --git a/building-with-ocean/images/manage-tokens.png b/orientation/images/manage-tokens.png similarity index 100% rename from building-with-ocean/images/manage-tokens.png rename to orientation/images/manage-tokens.png diff --git a/building-with-ocean/images/metamask-add-network.png b/orientation/images/metamask-add-network.png similarity index 100% rename from building-with-ocean/images/metamask-add-network.png rename to orientation/images/metamask-add-network.png diff --git a/building-with-ocean/images/metamask-browser-extension.png b/orientation/images/metamask-browser-extension.png similarity index 100% rename from building-with-ocean/images/metamask-browser-extension.png rename to orientation/images/metamask-browser-extension.png diff --git a/building-with-ocean/images/metamask-chrome-extension.png b/orientation/images/metamask-chrome-extension.png similarity index 100% rename from building-with-ocean/images/metamask-chrome-extension.png rename to orientation/images/metamask-chrome-extension.png diff --git a/building-with-ocean/images/secret-backup-phrase.png b/orientation/images/secret-backup-phrase.png similarity index 100% rename from building-with-ocean/images/secret-backup-phrase.png rename to orientation/images/secret-backup-phrase.png diff --git a/building-with-ocean/metamask-setup.md b/orientation/metamask-setup.md similarity index 91% rename from building-with-ocean/metamask-setup.md rename to orientation/metamask-setup.md index e46ac97c..683549d8 100644 --- a/building-with-ocean/metamask-setup.md +++ b/orientation/metamask-setup.md @@ -10,11 +10,12 @@ description: Tutorial about how to set up MetaMask for Chrome. 1. Go to the [Chrome Web Store for extensions](https://chrome.google.com/webstore/category/extensions) and search for MetaMask. - metamask-chrome-store + ![metamask-chrome-store](./images/metamask-chrome-extension.png) * Install MetaMask. The wallet provides a friendly user interface that will help you through each step. MetaMask gives you two options: importing an existing wallet or creating a new one. Choose to `Create a Wallet`: - Create a wallet + ![Create a wallet](./images/create-new-metamask-wallet.png) + * In the next step create a new password for your wallet. Read through and accept the terms and conditions. After that, MetaMask will generate Secret Backup Phrase for you. Write it down and store it in a safe place. Secret Backup Phrase @@ -36,7 +37,7 @@ Sometimes it is required to use custom or external networks in MetaMask. We can Open the Settings menu and find the `Networks` option. When you open it, you'll be able to see all available networks your MetaMask wallet currently use. Click the `Add Network` button. -![Add custom/external network](images/metamask-add-network.png) +![Add custom/external network](./images/metamask-add-network.png) There are a few empty inputs we need to fill: diff --git a/building-with-ocean/wallets-and-ocean-tokens.md b/orientation/wallets-and-ocean-tokens.md similarity index 100% rename from building-with-ocean/wallets-and-ocean-tokens.md rename to orientation/wallets-and-ocean-tokens.md diff --git a/building-with-ocean/wallets.md b/orientation/wallets.md similarity index 100% rename from building-with-ocean/wallets.md rename to orientation/wallets.md