Skip to content

Commit dffad68

Browse files
committed
update the readme
1 parent 4cd1a8f commit dffad68

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
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 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.
24+
Currently, the repository hosts three 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
@@ -42,6 +42,13 @@ git checkout <tag_name>
4242
- **Article**: [Transfer tokens using MultiversX JavaScript SDK](https://www.julian.io/articles/multiversx-js-sdk-transfers.html)
4343
- **Video**: [Transfer tokens using MultiversX JavaScript SDK](https://www.youtube.com/watch?v=prtL2kx7Bcc)
4444

45+
### Example 3: Token transfers
46+
47+
- **Tag**: `smart-contract-deployment`
48+
- **Description**: This example demonstrates how to deploy a smart contract using the MultiversX JavaScript SDK on the devnet.
49+
- **Article**: [Mastering smart contract deployment with MultiversX JavaScript SDK](https://www.julian.io/articles/multiversx-js-sdk-sc-deployment.html)
50+
- **Video**: [Mastering smart contract deployment with MultiversX JavaScript SDK](https://www.youtube.com/watch?v=Rk-vHqd2avs)
51+
4552
## Security and Wallet Information
4653

4754
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)