Skip to content

Commit

Permalink
Merge pull request #954 from multiversx/rust-sdk
Browse files Browse the repository at this point in the history
Rust SDK page
  • Loading branch information
andrei-marinica authored Aug 7, 2024
2 parents 46fa931 + f9429b4 commit c9f5287
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
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

0 comments on commit c9f5287

Please sign in to comment.