Skip to content

Commit afc622f

Browse files
committed
update the readme
1 parent e1bbfb5 commit afc622f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Ensure you have Node.js installed on your system to run the examples. You can do
2121

2222
## Current Examples
2323

24-
Currently, the repository hosts a single example. More examples will be added progressively. Each part/example is associated with a separate git tag. As new examples are added, each tag will not only include the new work but will also retain earlier examples, which are organized into separate files with descriptive names. This structure allows users to easily understand and trace the development of each example, as well as access previous versions cleanly and efficiently.
24+
Currently, the repository hosts two examples. More examples will be added progressively. Each part/example is associated with a separate git tag. As new examples are added, each tag will not only include the new work but will also retain earlier examples, which are organized into separate files with descriptive names. This structure allows users to easily understand and trace the development of each example, as well as access previous versions cleanly and efficiently.
2525
To check out a specific tag, use:
2626

2727
```bash
@@ -35,6 +35,13 @@ git checkout <tag_name>
3535
- **Article**: [Intro to MultiversX blockchain interactions with JavaScript SDK](https://www.julian.io/articles/multiversx-js-sdk-intro.html)
3636
- **Video**: [Intro to MultiversX blockchain interactions with JavaScript SDK](https://www.youtube.com/watch?v=Fxxdly9QYHw)
3737

38+
### Example 2: Token transfers
39+
40+
- **Tag**: `token-transfers`
41+
- **Description**: This example demonstrates how to transfer tokens using the MultiversX JavaScript SDK on the devnet.
42+
- **Article**: [Transfer tokens using MultiversX JavaScript SDK](https://www.julian.io/articles/multiversx-js-sdk-transfers.html)
43+
- **Video**: [Transfer tokens using MultiversX JavaScript SDK](https://www.youtube.com/watch?v=prtL2kx7Bcc)
44+
3845
## Security and Wallet Information
3946

4047
The examples use a demo wallet with a hardcoded password. All interactions occur on the **devnet** (development network of MultiversX), ensuring that it is safe to expose the wallet credentials. The devnet is designed for testing and development, involving no real assets. Don't do this on the mainnet.

0 commit comments

Comments
 (0)