Incorporate feedback on wording for EVM sidechain (#1635)

* Incorporate feedback on wording for EVM sidechain

* Incorporate feedback

* Incorporate more feedback

* Update heading to reflect the assignment of Devnet tokens
This commit is contained in:
Amarantha Kulkarni
2022-12-19 16:25:27 -08:00
committed by GitHub
parent 1af0dc2827
commit 061ff9092b
2 changed files with 19 additions and 18 deletions

View File

@@ -8,30 +8,31 @@ status: not_enabled
---
# Get Started with the EVM Sidechain
This getting started tutorial walks you through the steps to set up your account and transfer funds using the EVM sidechain bridge.
This getting started tutorial walks you through the steps to set up your account and submit a transaction using the EVM sidechain bridge.
## 1. Create an Account Using an EVM Compatible Wallet
<!-- STYLE_OVERRIDE: wallet -->
In order to interact with the network, you need to create an account in the EVM sidechain. To create and manage this account you can use any EVM compatible wallet such as MetaMask.
For instructions on how to install and create an account using MetaMask, then send and receive tokens, see [Connect MetaMask to XRP Ledger EVM Sidechain](connect-metamask-to-xrpl-evm-sidechain.html).
For instructions on how to install and create an account using MetaMask, see [Connect MetaMask to XRP Ledger EVM Sidechain](connect-metamask-to-xrpl-evm-sidechain.html).
## 2. Move XRP Ledger Devnet Tokens to the EVM Sidechain
Before you can start interacting with the EVM blockchain, you need to transfer some tokens from the XRP Ledger Devnet to the EVM sidechain.
## 2. Assign your XRP Ledger Devnet Tokens to the EVM Sidechain
To obtain tokens in the XRP Ledger Devnet, go to the [XRP Faucets](xrp-testnet-faucet.html) page and click *Generate Devnet credentials* to generate a new Devnet account with some test XRP in it.
Before you can start interacting with the EVM blockchain, you need to assign some of your XRP Ledger Devnet Tokens to the EVM Sidechain.
To generate tokens in the XRP Ledger Devnet, go to the [XRP Faucets](xrp-testnet-faucet.html) page and click *Generate Devnet credentials* to generate a new Devnet account with some test XRP in it.
![Generate XRP Ledger Devnet credentials](img/evm-sidechain-xrpl-devnet-faucet.png "Generate XRP Ledger Devnet credentials")
Note the address and secret associated with your Devnet address. You need this information to set up your preferred XRP Ledger wallet.
## 3. Transfer Funds Using the EVM Sidechain Bridge
## 3. Submit a Transaction Using the EVM Sidechain Bridge
Once you have your accounts set up and test fund allocated, you can use the EVM Sidechain bridge to move the test XRP tokens to the EVM Sidechain.
Once you have your accounts set up and test fund allocated, submit a transaction to assign some of your test tokens from the XRP Ledger Devnet to the EVM Sidechain using the EVM Sidechain bridge.
The EVM Sidechain bridge is a tool that allows you to transfer funds between chains in a fast and secure way.
The EVM Sidechain bridge is a tool that enables transactions between chains in a fast and secure way.
To start using the bridge, go to [https://bridge.devnet.xrpl.org](https://bridge.devnet.xrpl.org/)
@@ -62,15 +63,15 @@ To connect a MetaMask wallet to the bridge, go to the [EVM Sidechain bridge](htt
![Connect MetaMask Wallet](img/evm-sidechain-connect-metamask.png "Connect MetaMask wallet")
### 2. Start the Transfer of Funds
### 2. Start the Transaction
Now that both Xumm and MetaMask wallets are connected to the bridge, you can select the direction of the bridge, the amount to send, and the destination address.
Now that both Xumm and MetaMask wallets are connected to the bridge, you can select the direction of the bridge, the amount, and the address to fund.
- **Direction of the bridge**: This is the direction of transfer; it can be either EVM sidechain → XRP Ledger Devnet or XRP Ledger Devnet → EVM sidechain. Use the “Switch Network” button to switch the direction of transfer.
- **Amount to send**: This is the amount that you want to transfer to the other side. Note that there is a fee to use the bridge.
- **Direction of the bridge**: The direction can be either EVM sidechain → XRP Ledger Devnet or XRP Ledger Devnet → EVM sidechain. Use the “Switch Network” button to switch the direction.
- **From Amount**: This is the transaction amount. Note that there is a fee to use the bridge.
- Network fees: The fees required by the network for your transactions.
- Commission: The bridge applies a commission for every transaction completed. This is to prevent spam and distributed denial of service attacks (DDOS).
- **Destination address**: The address on the destination chain where you want to receive funds.
- **To Address**: The address on the chain where you want the funds.
![Start the transaction](img/evm-sidechain-initiate-transfer.png "Start the transaction")
@@ -78,7 +79,7 @@ Enter the details for your transaction and click **Transfer**. Review the detail
![Approve the transaction](img/evm-sidechain-approve-transaction.png "Approve the transaction")
Depending on the direction of the transfer, you need to approve the transaction in the Xumm Wallet or in the Metamask.
Depending on the direction of the transaction, you need to approve the transaction in the Xumm Wallet or in the Metamask.
**XRP Ledger Devnet → EVM sidechain**
@@ -108,10 +109,10 @@ Following a few minutes of transaction processing time, you are redirected to th
- **Origin transaction hash**: Hash of the transaction in the origin chain.
- **Destination transaction hash**: Hash of the transaction in the destination chain.
- **From address**: Origin address of the transfer.
- **To address**: Destination address of the transfer.
- **From address**: Address on the origin chain.
- **To address**: Address on the destination chain.
- **Receive**: The amount received in the destination address.
![Transaction confirmation](img/evm-sidechain-transaction-confirmation.png "Transaction confirmation")
Your test XRP tokens have been successfully transferred and are now available in the other chain.
Your transaction has completed successfully and the test XRP tokens are now available in the other chain.