Skip to content

Commit

Permalink
Update token transfer page
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Jun 12, 2024
1 parent 5837ba1 commit 7d1efe7
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/build/getting-started/networks/pangolin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pangolin Chain

!!! warning
The Pangolin chain, which was previously the official test network for the Darwinia Network, has been replaced by the [Koi chain](../networks/koi.md). Therefore, please refer to the network information and business guidance of the Koi chain for further information.
The Pangolin chain, which was previously the official test network for the Darwinia Network, has been replaced by the [Koi chain](../networks/koi.md). Therefore, please refer to the latest testnet information and guidance of the Koi chain for further information.
25 changes: 16 additions & 9 deletions docs/community/guide/transfer-token.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,37 @@
# Transfer Native Token

The first crucial step for a newcomer in the Web3 world is understanding how to operate a cryptocurrency wallet. This is a fundamental skill for interacting with blockchain-based systems, and we have designed a beginner-friendly tutorial to help you navigate this new terrain.

## Transfer Using MetaMask

!!! note
This tutorial based on the [Koi testnet](../../build/getting-started/networks/koi.md), it operations are also apply to other chains.

- Install the Wallet extension in your browser.
- Import your existing accounts or create new ones. `Test Account 1` and `Test Account 2` are two test accounts in this tutorial.

![evm-tutorial-token-transfer-1](../../images/evm-tutorial-token-transfer-1.png)
![evm-tutorial-token-transfer-2](../../images/evm-tutorial-token-transfer-2.png)

- Add the Darwinia network to your Wallet. Take the Pangolin network as an example, switch to the network as you wish.


<!-- todo: add the link -->
- At first, you need to switch from the Ethereum Mainnet to the Darwinia networks. For example, take the Koi network as an example, the network information page provides a convenient link to connect directly.

<!-- todo: update the screenshot -->
![evm-tutorial-token-transfer-3](../../images/evm-tutorial-token-transfer-3.png)

Click the `Add To MetaMask` button.


<!-- todo: update the screenshot -->
![evm-tutorial-token-transfer-4](../../images/evm-tutorial-token-transfer-4.png)

Check the network displayed and click the `Approve` button. Then , you can see that the network has switched from the Ethereum Mainnet to the Pangolin Testnet.
Check the network displayed and click the `Approve` button. Then , you can see that the network has switched from the Ethereum Mainnet to the Koi Testnet.

![evm-tutorial-token-transfer-5](../../images/evm-tutorial-token-transfer-5.png)
![evm-tutorial-token-transfer-6](../../images/evm-tutorial-token-transfer-6.png)

`Test Account 1` has 60 PRING and `Test Account 2` balance is 0. Let's transfer 20 PRING to the `Test Acccount 2` next.
`Test Account 1` has 20 KRING and `Test Account 2` balance is 0. Let's transfer 10 KRING to the `Test Acccount 2` next.

- Transfer

![evm-tutorial-token-transfer-7](../../images/evm-tutorial-token-transfer-7.png)

Click `Send` button.
Expand All @@ -35,7 +42,7 @@ Check the network displayed and click the `Approve` button. Then , you can see t

![evm-tutorial-token-transfer-9](../../images/evm-tutorial-token-transfer-9.png)

Confirm the source account and target account, then `Comfirm`.
Confirm the source account and target account, then click `Comfirm` button.

![evm-tutorial-token-transfer-10](../../images/evm-tutorial-token-transfer-10.png)
![evm-tutorial-token-transfer-11](../../images/evm-tutorial-token-transfer-11.png)
![evm-tutorial-token-transfer-11](../../images/evm-tutorial-token-transfer-11.png)/
Binary file modified docs/images/evm-tutorial-token-transfer-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/evm-tutorial-token-transfer-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/evm-tutorial-token-transfer-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/evm-tutorial-token-transfer-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/evm-tutorial-token-transfer-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/evm-tutorial-token-transfer-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/evm-tutorial-token-transfer-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/evm-tutorial-token-transfer-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/evm-tutorial-token-transfer-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d1efe7

Please sign in to comment.