You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
* Added Deposit, Withdraw Token, Minor Fixes
- Added code with us session YouTube link
- Added 'channel' check instruction to Send your own Token.
- Removed parenthesis from bash code of Swap Token and added -y flag for bypassing confirmation prompt.
- Added the functionality - Deposit Token and Withdraw Token
- Added conclusion
* Minor fixes
Copy file name to clipboardExpand all lines: liquidity-module/index.md
+51-3Lines changed: 51 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ The liquidity module allows users to use pools to trade those tokens on your blo
17
17
18
18
In this tutorial, you create your own blockchain, send tokens to another blockchain, create a pool, deposit to a pool, withdraw from a pool, and swap tokens.
19
19
20
+
You can follow the [code with us session](https://www.youtube.com/watch?v=GxaqpzMk0jk&t=978s) for hands-on experience
21
+
20
22
**Important** In the code examples throughout this tutorial, when you see username be sure to substitute your username.
21
23
22
24
**You will learn how to:**
@@ -227,7 +229,9 @@ See your balance at [https://api.testnet.cosmos.network/cosmos/bank/v1beta1/bala
227
229
Now that your account on testnet is funded with testnet tokens, you can send your own token to the testnet.
228
230
229
231
At your local terminal, enter the IBC module command to transfer your token to the testnet.
230
-
Make sure to replace `cosmosxxxxx` with your address, `mytoken` with your token name and `username` with your username.
232
+
Make sure to replace `cosmosxxxxx` with your address, `mytoken` with your token name, `username` with your username and `channel-0` with channel
233
+
234
+
**Note:** Make sure to use *channel* as shown in terminal when you run `starport relayer connect`
231
235
232
236
```bash
233
237
myblockchaind tx ibc-transfer transfer transfer channel-0 cosmosxxxxx "15000000mytoken" --from username
@@ -237,7 +241,7 @@ After your transaction is complete, check your balance on the Gravity DEX testne
237
241
238
242
Make sure to replace `cosmosxxxxx` with your address.
239
243
240
-
**Tip** Sometimes transactions don't go through on the first try. Make sure you check the terminal window that shows the relayer process and verify that you see output similar to the following output:
244
+
**Tip:** Sometimes transactions don't go through on the first try. Make sure you check the terminal window that shows the relayer process and verify that you see output similar to the following output:
241
245
242
246
```markdown
243
247
Relay 1 packets from myblockchain => cosmoshub-testnet
@@ -317,11 +321,55 @@ Confirm the pool has been created. See:
317
321
You are ready to swap tokens! You now have uphoton token in your account and want to swap for the new IBC coin:
0 commit comments