Skip to content

Commit d2d7727

Browse files
committed
init
0 parents  commit d2d7727

7 files changed

+771
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Intro to MultiversX blockchain interactions with JavaScript SDK
2+
3+
The repository for the article: [Intro to MultiversX blockchain interactions with JavaScript SDK](https://www.julian.io/articles/multiversx-js-sdk-intro.html)
4+
5+
Run:
6+
- `npm install`
7+
- `node transaction.js`
8+
9+
Video: https://youtu.be/Fxxdly9QYHw
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":4,"id":"3efb1e19-dfc3-4297-acc9-343ae04296d5","kind":"mnemonic","crypto":{"ciphertext":"6b9a1ee79d106825b469b4ed9db7988fff858609672aa2c642b1a859f842fe67a6f2be20b330f68e0ad0a184c3f1bf89059334bb216090423f9f227b080942b4ae39744bf5fab5a85a27d90c9059955f51870b98f3d5dd5321540e29afbf5a2108601975739eead7bb8e317c02c7515799ceae89bab88324b930ef3487a2e43424d07b5508b9b7a1d50ed2d2bb36e4","cipherparams":{"iv":"291a093aff4aa77a1a09399d7a408992"},"cipher":"aes-128-ctr","kdf":"scrypt","kdfparams":{"dklen":32,"salt":"977f7bc7f4d242372c40c1202964536081708a230be106a1acf9d6187acbba54","n":4096,"r":8,"p":1},"mac":"ccf7b9fb0100c8c9142418391958229692cc8bf943d20bb4e4e9443f030a33c8"}}

0 commit comments

Comments
 (0)