-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #954 from multiversx/rust-sdk
Rust SDK page
- Loading branch information
Showing
3 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
id: sdk-rust | ||
title: Rust SDK | ||
--- | ||
|
||
[comment]: # (mx-abstract) | ||
|
||
## Rust Interactors | ||
|
||
The Rust SDK for interacting with the blockchain comes in the form of the so-called [**Rust Interactors**](/developers/meta/interactor/interactors-overview). | ||
|
||
Since they use very similar syntax to smart contracts and smart contract tests, their documentation is grouped under the Rust Development Framework section. | ||
|
||
|
||
[comment]: # (mx-context-auto) | ||
|
||
## Quick tutorial | ||
|
||
You can also find a quick tutorial [here](/developers/tutorials/interactors-guide). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters