-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16ca043
commit c5ae307
Showing
8 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+80.6 KB
pop-cli-for-appchains/.gitbook/assets/Screenshot 2024-09-25 at 11.59.52 AM.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 added
BIN
+114 KB
pop-cli-for-appchains/.gitbook/assets/Screenshot 2024-09-25 at 12.06.57 PM.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 added
BIN
+76.8 KB
pop-cli-for-appchains/.gitbook/assets/Screenshot 2024-09-25 at 3.15.11 PM.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 added
BIN
+76.2 KB
pop-cli-for-appchains/.gitbook/assets/Screenshot 2024-09-25 at 3.18.17 PM.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 added
BIN
+257 KB
pop-cli-for-appchains/.gitbook/assets/Screenshot 2024-09-25 at 3.23.15 PM.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 added
BIN
+107 KB
pop-cli-for-appchains/.gitbook/assets/Screenshot 2024-09-25 at 3.25.53 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
pop-cli-for-appchains/guides/bridging-tokens-to-pop-network.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
description: >- | ||
This guide will teach how to bridge tokens from the Polkadot (Paseo) Relay | ||
chain to Pop Network | ||
--- | ||
|
||
# Bridging Tokens to Pop Network | ||
|
||
Paseo is the Test Network for Polkadot so what is covered in this guide is also relevant for the Polkadot Network as well. | ||
|
||
## Setup Polkadot Account | ||
|
||
Make sure you have a Polkadot account. You can use one of the following recommended wallets: | ||
|
||
* [PolkadotJs Signer Extension](https://polkadot.js.org/extension/) | ||
* [Talisman Wallet](https://www.talisman.xyz/) | ||
* [Nova Wallet](https://novawallet.io/) | ||
* [SubWallet](https://www.subwallet.app/) | ||
|
||
## Paseo Network | ||
|
||
Once you have a compatible Polkadot wallet with a Polkadot account created, open [PolkadotJs Apps UI ](https://polkadot.js.org/apps)and select Paseo: | ||
|
||
<figure><img src="../.gitbook/assets/Screenshot 2024-09-25 at 12.06.57 PM.png" alt=""><figcaption><p>PolkadotJs Apps</p></figcaption></figure> | ||
|
||
|
||
|
||
Make sure your account appears there: | ||
|
||
* [https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpaseo-rpc.dwellir.com#/accounts](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpaseo-rpc.dwellir.com#/accounts) | ||
|
||
<figure><img src="../.gitbook/assets/Screenshot 2024-09-25 at 11.59.52 AM.png" alt=""><figcaption><p>Paseo Testnet</p></figcaption></figure> | ||
|
||
## Paseo Faucet | ||
|
||
Now go to the [Paseo Faucet](https://faucet.polkadot.io/) and request some PAS tokens: | ||
|
||
> In production (Polkadot), you would be funding your account with DOT | ||
<figure><img src="../.gitbook/assets/Screenshot 2024-09-25 at 3.15.11 PM.png" alt="" width="375"><figcaption><p>Paseo Faucet</p></figcaption></figure> | ||
|
||
You should now see 100 PAS tokens in your account on Paseo: | ||
|
||
<figure><img src="../.gitbook/assets/Screenshot 2024-09-25 at 3.18.17 PM.png" alt=""><figcaption><p>Paseo Account Funded</p></figcaption></figure> | ||
|
||
## Bridging from Paseo to Pop Network | ||
|
||
You can now use the Pop Network Onboarding UI to bridge tokens from Paseo to Pop Network: | ||
|
||
* [https://onboard.popnetwork.xyz](https://onboard.popnetwork.xyz) | ||
|
||
<figure><img src="../.gitbook/assets/Screenshot 2024-09-25 at 3.23.15 PM.png" alt="" width="563"><figcaption><p>Bridge tokens from Paseo to Pop Network</p></figcaption></figure> | ||
|
||
The token amount (minus the tx fee) will appear on Pop Network: | ||
|
||
<figure><img src="../.gitbook/assets/Screenshot 2024-09-25 at 3.25.53 PM.png" alt=""><figcaption><p>Pop Network</p></figcaption></figure> | ||
|
||
Congrats! You have successfully bridged tokens from Paseo to Pop Network! |