You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sdk-and-tools/overview.md
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,21 @@ title: SDKs and Tools - Overview
9
9
10
10
One can (programatically) interact with the MultiversX Network by leveraging the following SDKs, tools and APIs:
11
11
12
+
[comment]: #(mx-context-auto)
13
+
14
+
### sdk-rs - Rust SDK
15
+
16
+
:::important
17
+
Note that Rust is also the recommended programming language for writing Smart Contracts on MultiversX. That is, Rust can be used to write both _on-chain software_ (Smart Contracts) and _off-chain software_ (e.g. desktop applications, web applications, microservices). For the on-chain part, please follow [Smart Contracts](/developers/smart-contracts). Here, we refer to the off-chain part.
|[sdk-rs](https://github.com/multiversx/mx-sdk-rs)| Rust SDK used to interact with the MultiversX Blockchain. <br /> This is the parent repository, also home to the Rust Framework for Smart Contracts. |
23
+
|[sdk-rs/core](https://github.com/multiversx/mx-sdk-rs/tree/master/sdk/core)| Core components, accompanied by a set of usage examples. |
24
+
|[sdk-rs/snippets](https://github.com/multiversx/mx-sdk-rs/tree/master/framework/snippets)| Smart Contract interaction snippets - base components. Examples of usage: [adder](https://github.com/multiversx/mx-sdk-rs/tree/master/contracts/examples/adder/interact), [multisig](https://github.com/multiversx/mx-sdk-rs/tree/master/contracts/examples/multisig/interact). |
25
+
26
+
12
27
[comment]: #(mx-context-auto)
13
28
14
29
### sdk-js - Javascript SDK
@@ -34,7 +49,7 @@ In addition to sdk-js, one could use the following Javascript library for perfor
|[sdk-dapp](/sdk-and-tools/sdk-dapp)| React library aimed to help developers create dApps based on MultiversX Network. <br/> It abstracts away all the boilerplate for logging in, signing transactions or messages + it offers basic helper functions for most common operations (formatAmount, parseAmount, parseSignedTransaction|
52
+
|[sdk-dapp](/sdk-and-tools/sdk-dapp)| React library aimed to help developers create dApps based on MultiversX Network. <br/> <br/> It abstracts away all the boilerplate for logging in, signing transactions or messages, and also offers helper functions for common tasks.|
38
53
39
54
[comment]: #(mx-context-auto)
40
55
@@ -63,31 +78,31 @@ In addition to sdk-js, one could use the following Javascript library for perfor
0 commit comments