Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sdk-and-tools/sdk-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Go SDK

[comment]: # (mx-abstract)

MultiversX SDK for Golang
## MultiversX SDK for Golang

**sdk-go** consists of Go helpers and utilities for interacting with the Blockchain.

Expand Down
19 changes: 19 additions & 0 deletions docs/sdk-and-tools/sdk-rust.md
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).
17 changes: 9 additions & 8 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,18 @@ const sidebars = {
"developers/meta/sc-build-reference",
"developers/meta/sc-config",
"developers/meta/sc-meta-cli",
{
type: "category",
label: "Interactors",
items: [
"developers/meta/interactor/interactors-overview",
"developers/meta/interactor/interactors-example",
],
},
"developers/meta/sc-allocator",
"developers/meta/rust-nightly",
],
},
{
type: "category",
label: "Interactors",
items: [
"developers/meta/interactor/interactors-overview",
"developers/meta/interactor/interactors-example",
],
},
{
type: "category",
label: "Testing & Debugging",
Expand Down Expand Up @@ -244,6 +244,7 @@ const sidebars = {
"sdk-and-tools/sdk-nestjs/sdk-nestjs-monitoring",
],
},
"sdk-and-tools/sdk-rust",
"sdk-and-tools/sdk-go",
"sdk-and-tools/mxjava",
{
Expand Down