Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed May 2, 2024
1 parent e1bbfb5 commit afc622f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have Node.js installed on your system to run the examples. You can do

## Current Examples

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.
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.
To check out a specific tag, use:

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

### Example 2: Token transfers

- **Tag**: `token-transfers`
- **Description**: This example demonstrates how to transfer tokens using the MultiversX JavaScript SDK on the devnet.
- **Article**: [Transfer tokens using MultiversX JavaScript SDK](https://www.julian.io/articles/multiversx-js-sdk-transfers.html)
- **Video**: [Transfer tokens using MultiversX JavaScript SDK](https://www.youtube.com/watch?v=prtL2kx7Bcc)

## Security and Wallet Information

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.
Expand Down

0 comments on commit afc622f

Please sign in to comment.