mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 16:25:37 +01:00
35 lines
2.2 KiB
Markdown
35 lines
2.2 KiB
Markdown
---
|
||
title: Set Up MetaMask
|
||
description: Tutorial about how to set up MetaMask for Chrome.
|
||
---
|
||
|
||
## What is MetaMask?
|
||
|
||
[MetaMask](https://metamask.io/) is a browser extension that allows web applications to interact with the Ethereum blockchain. Today, web browsers like Chrome and Firefox display information by fetching it from a server. Our current web browsers (Web 2.0 as it’s called) are not built to interface with distributed systems. MetaMask allows modern web browsers to interact with the Ethereum blockchain.
|
||
|
||
MetaMask serves a dual purpose as a [wallet](/concepts/wallets) (for Ether and ERC-20 tokens) and as a Web 3.0 browser. For users, it can work as an Ethereum wallet. For developers, it allows you to design and run Ethereum DApps right in your browser without running a full Ethereum node. MetaMask talks to the Ethereum blockchain for you.
|
||
|
||
## How to Set Up MetaMask for Chrome
|
||
|
||
**Note: MetaMask can also be used with a hardware wallet but we don't cover that option below.**
|
||
|
||
1. Go to the [Chrome Web Store for extensions](https://chrome.google.com/webstore/category/extensions) and search for MetaMask.
|
||
|
||
![metamask-chrome-store](images/metamask-chrome-extension.png)
|
||
|
||
2. Install MetaMask. It will get added as a browser extension in the top right corner of your browser. Read through and accept the terms and conditions. Create a username and password in the next step.
|
||
|
||
![tandc-metamask](images/metamask-create-username-password.png)
|
||
|
||
3. MetaMask will generate a secret backup phrase for you. Write it down, store it in a safe place, and click next.
|
||
|
||
![backup](images/metamask-secret-passcode.png)
|
||
|
||
4. Confirm your secret backup phrase and finish your MetaMask wallet setup.
|
||
|
||
![setup-final-metamask](images/metamask_view-account-options.png)
|
||
|
||
5. Voila! Your account is now created. You can now manage Ether and Ocean Tokens with your wallet. You can copy your account address to clipboard from the options. When you want someone to send Ether or Ocean Tokens to you, you will have to give them that address. It's not a secret.
|
||
|
||
You can also watch our [tutorial video snippets](https://www.youtube.com/playlist?list=PL_dn0wVs9kWolBCbtHaFxsi408cumOeth) if you want more help setting up MetaMask.
|