Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Apr 20, 2024
0 parents commit d2d7727
Show file tree
Hide file tree
Showing 7 changed files with 771 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Intro to MultiversX blockchain interactions with JavaScript SDK

The repository for the article: [Intro to MultiversX blockchain interactions with JavaScript SDK](https://www.julian.io/articles/multiversx-js-sdk-intro.html)

Run:
- `npm install`
- `node transaction.js`

Video: https://youtu.be/Fxxdly9QYHw
Original file line number Diff line number Diff line change
@@ -0,0 +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"}}
Loading

0 comments on commit d2d7727

Please sign in to comment.