Skip to content

Commit

Permalink
GITBOOK-214: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao authored and gitbook-bot committed Nov 12, 2024
1 parent 07f9faa commit 12b6253
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pop-cli-for-smart-contracts/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

## GUIDES

* [Get tokens on Pop Network](guides/bridge-tokens-to-pop-network.md)
* [Get tokens on Pop](guides/get-tokens-on-pop.md)
* [Set up your development environment](guides/set-up-your-development-environment.md)
* [Create a new contract](guides/create-a-new-contract.md)
* [Build your contract](guides/build-your-contract.md)
* [Run your unit tests](guides/run-your-unit-tests.md)
* [Deploying your contract locally](guides/deploying-your-contract-locally.md)
* [Calling your contract](guides/calling-your-contract.md)
* [Running E2E tests](guides/running-e2e-tests.md)
* [Deploy on Pop](guides/deploy-on-pop-testnet.md)
* [Deploy on Pop](guides/deploy-on-pop.md)

## TUTORIALS

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
description: >-
This guide will teach how to bridge tokens from the Polkadot Relay chain to
Pop Network
Pop
---

# Get tokens on Pop Network
# Get tokens on Pop

### Introduction

Pop Network uses the Polkadot Relay chain's native token: **DOT**. 
Pop uses the Polkadot Relay chain's native token: **DOT**. 

Paseo is Polkadot's Testnet. Its Relay chain native token is **PAS**.

This guide will teach you how to bridge **PAS** tokens from the Paseo Relay chain to Pop Network. 
This guide will teach you how to bridge **PAS** tokens from the Paseo Relay chain to Pop. 

> What is covered in this guide is also relevant for the Polkadot Relay chain.
Expand Down Expand Up @@ -49,16 +49,16 @@ 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>
### Bridging from Paseo to Pop <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:
You can now use the Pop Onboarding UI to bridge tokens from Paseo to Pop:

* [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:
The token amount (minus the tx fee) will appear on Pop:

<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!
Congrats! You have successfully bridged tokens from Paseo to Pop!

0 comments on commit 12b6253

Please sign in to comment.