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
1 change: 0 additions & 1 deletion docs/sdk-and-tools/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Note that Rust is also the recommended programming language for writing Smart Co
| [sdk-js cookbook](/sdk-and-tools/sdk-js/sdk-js-cookbook) | Learn how to handle common tasks by using sdk-js. |
| [Extending sdk-js](/sdk-and-tools/sdk-js/extending-sdk-js) | How to extend and tailor certain modules of sdk-js. |
| [Writing and testing sdk-js interactions](/sdk-and-tools/sdk-js/writing-and-testing-sdk-js-interactions) | Write sdk-js interactions for Visual Studio Code |
| [sdk-js migration guides](/sdk-and-tools/sdk-js/sdk-js-migration-guides) | Migrate from sdk-js v9.x to v10+ |
| [sdk-js signing providers](/sdk-and-tools/sdk-js/sdk-js-signing-providers) | Integrate sdk-js signing providers. |

In addition to sdk-js, one could use the following Javascript library for performing wallet operations via CLI:
Expand Down
16 changes: 0 additions & 16 deletions docs/sdk-and-tools/sdk-js/migration-guides.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/sdk-and-tools/sdk-py/migration-guides.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/sdk-and-tools/sdk-py/mxpy-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ title: mxpy CLI cookbook

[comment]: # (mx-abstract)



## mxpy (Command Line Interface)

**mxpy**, as a command-line tool, can be used to simplify and automate the interaction with the MultiversX network - it can be easily used in shell scripts, as well. It implements a set of **commands**, organized within **groups**.

:::important
In order to migrate to the newer `mxpy`, please follow [the migration guide](https://github.com/multiversx/mx-sdk-py-cli/issues?q=label:migration).
:::

The complete Command Line Interface is listed [**here**](https://github.com/multiversx/mx-sdk-py-cli/blob/main/CLI.md). Command usage and description are available through the `--help` or `-h` flags.

For example:
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ pagination_prev: sdk-and-tools/sdk-py/sdk-py

This page will guide you through the process of handling common tasks using the MultiversX Python SDK (libraries) **v0 (legacy, previous version)**.

:::important
In order to migrate to the newer `sdk-py v1`, please follow [the migration guide](https://github.com/multiversx/mx-sdk-py/issues?q=label:migration).
:::

:::note
All examples depicted here are captured in **(interactive) [Jupyter notebooks](https://github.com/multiversx/mx-sdk-py/blob/main/examples/Cookbook.ipynb)**.
:::
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ pagination_next: sdk-and-tools/sdk-py/installing-mxpy

This page will guide you through the process of handling common tasks using the MultiversX Python SDK (libraries) **v1 (latest, stable version)**.

:::important
This cookbook makes use of `sdk-py v1`. In order to migrate from `sdk-py v0` to `sdk-py v1`, please also follow [the migration guide](https://github.com/multiversx/mx-sdk-py/issues?q=label:migration).
:::

:::note
All examples depicted here are captured in **(interactive) [Jupyter notebooks](https://github.com/multiversx/mx-sdk-py/blob/main/examples/v1.ipynb)**.
:::
Expand Down
2 changes: 0 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ const sidebars = {
"sdk-and-tools/sdk-py/installing-mxpy",
"sdk-and-tools/sdk-py/mxpy-cli",
"sdk-and-tools/sdk-py/smart-contract-interactions",
"sdk-and-tools/sdk-py/sdk-py-migration-guides",
],
},
{
Expand All @@ -236,7 +235,6 @@ const sidebars = {
},
"sdk-and-tools/sdk-js/extending-sdk-js",
"sdk-and-tools/sdk-js/writing-and-testing-sdk-js-interactions",
"sdk-and-tools/sdk-js/sdk-js-migration-guides",
"sdk-and-tools/sdk-js/sdk-js-signing-providers",
],
},
Expand Down
Loading