> For the complete documentation index, see [llms.txt](https://docs.xrpl-commons.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xrpl-commons.org/tools/metamask-setup.md).

# Metamask Setup

MetaMask is an extension for accessing Harmony-enabled distributed applications (*dapps*) from your browser. The extension injects the XRP Ledger EVM sidechain Web3 API into every website's Javascript context, so that Web3 applications can read from the blockchain.

This tutorial walks through the process of installing MetaMask, configuring it on the XRP Ledger EVM sidechain network, and importing an existing account using a previously generated private key.

### 1. Installing MetaMask

Install the MetaMask extension on your browser from [**https://metamask.io/download/**](https://metamask.io/download/). The extension supports most desktop browsers.

### 2. Create an Account on MetaMask

To create a new account on MetaMask:

1. Click the MetaMask icon.

   ![Create an account on MetaMask](https://docs.xrplevm.org/55a6d8a9c6096032e0cdd2379d69f020/evm-sidechain-create-metamask-account.png)
2. Choose **Create Account** .
3. Enter the Account Name.
4. Click **Create** .

#### 3. Adding XRP Ledger EVM Sidechain to MetaMask

To add XRP Ledger EVM Sidechain to MetaMask:

1. Open the MetaMask extension.
2. Use the drop-down menu to choose **Add Network** .\
   ![Add the EVM Sidechain network to MetaMask](https://docs.xrplevm.org/8ad28c9d9f907e88e0bb7502794d1b5e/evm-sidechain-add-metamask-network.png)
3. Enter the XRP Ledger Devnet endpoint information.
   * **Network Name** : XRPL EVM Sidechain Devnet
   * **New RPC URL** : [https://rpc-evm-sidechain.xrpl.org](https://rpc-evm-sidechain.xrpl.org/)
   * **Chain ID** : 1440002
   * **Currency Symbol** : XRP
   * **Block Explorer** : [https://evm-sidechain.xrpl.org](https://evm-sidechain.xrpl.org/)
