mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
* Initial migration and edits for EVM Sidechains documentation * Fix broken link * Incorporate review feedback and fix indentaton for code snippets and images within steps * Incorporate review feedback * Fix indentation within steps
1.8 KiB
1.8 KiB
html, parent, blurb, labels, status
| html | parent | blurb | labels | status | |
|---|---|---|---|---|---|
| connect-metamask-to-xrpl-evm-sidechain.html | get-started-evm-sidechain.html | Learn how to connect MetaMask wallet to the EVM Sidechain for the XRP Ledger. |
|
not_enabled |
Connect MetaMask to XRP Ledger Sidechain
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/. The extension supports most desktop browsers.
2. Create an Account on MetaMask
To create a new account on MetaMask:
3. Adding XRP Ledger EVM Sidechain to MetaMask
To add XRP Ledger EVM Sidechain to MetaMask:
-
Open the MetaMask extension.
-
Enter the XRP Ledger Devnet endpoint information.
- Network Name: XRP Ledger EVM Sidechain
- New RPC URL: http://rpc.evm-sidechain.xrpl.org
- Chain ID: 1440001
- Currency Symbol: XRP
- Block Explorer: https://evm-sidechain.xrpl.org

