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
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,5 @@ async fn test_full_farm_scenario() {
}
```

As illustrated, these tests resemble typical Rust tests but apply scenarios directly on the actual blockchain, facilitated by the [interactor tx environment](//developers/transactions/tx-env.md#interactor). These tests can be executed with `cargo test` or `sc-meta test`, seamlessly integrating into your standard testing workflow.
As illustrated, these tests resemble typical Rust tests but apply scenarios directly on the actual blockchain, facilitated by the [interactor tx environment](/developers/transactions/tx-env#interactor). These tests can be executed with `cargo test` or `sc-meta test`, seamlessly integrating into your standard testing workflow.

20 changes: 14 additions & 6 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const sidebars = {
*/

docs: {
"Welcome to MultiversX":["welcome/welcome-to-multiversx"],
"Welcome to MultiversX": ["welcome/welcome-to-multiversx"],
"Learn about MultiversX": [
"learn/getting-started",
"learn/multiversx-ecosystem",
Expand Down Expand Up @@ -138,6 +138,14 @@ 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",
],
Expand Down Expand Up @@ -498,7 +506,7 @@ const sidebars = {
{
type: "category",
label: "Ad-Astra Bridge",
items: [
items: [
"bridge/architecture",
"bridge/transfer-flows",
"bridge/multiple-chains",
Expand Down Expand Up @@ -553,10 +561,10 @@ const sidebars = {
type: "category",
label: "Interoperability",
items: [
"sovereign/interoperability",
"sovereign/ethereum-l2",
"sovereign/bitcoin-l2",
"sovereign/solana-l2",
"sovereign/interoperability",
"sovereign/ethereum-l2",
"sovereign/bitcoin-l2",
"sovereign/solana-l2",
],
},
"sovereign/validators",
Expand Down
Binary file modified static/img/adder_snippets_gen.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.