-
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
c5ae307
commit 47df3db
Showing
8 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
56 changes: 56 additions & 0 deletions
56
pop-cli-for-smart-contracts/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,56 @@ | ||
--- | ||
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 <a href="#setup-polkadot-account" id="setup-polkadot-account"></a> | ||
|
||
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 <a href="#paseo-network" id="paseo-network"></a> | ||
|
||
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/image (1).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/image (2).png" alt=""><figcaption><p>Paseo Testnet</p></figcaption></figure> | ||
|
||
### Paseo Faucet <a href="#paseo-faucet" id="paseo-faucet"></a> | ||
|
||
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/image (3).png" alt="" width="563"><figcaption><p>Paseo Faucet</p></figcaption></figure> | ||
|
||
You should now see 100 PAS tokens in your account on Paseo: | ||
|
||
<figure><img src="../.gitbook/assets/image (4).png" alt=""><figcaption><p>Paseo Account Funded</p></figcaption></figure> | ||
|
||
### Bridging from Paseo to Pop Network <a href="#bridging-from-paseo-to-pop-network" id="bridging-from-paseo-to-pop-network"></a> | ||
|
||
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/image (5).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/image (6).png" alt=""><figcaption><p>Pop Network</p></figcaption></figure> | ||
|
||
Congrats! You have successfully bridged tokens from Paseo to Pop Network! |