Skip to content

Commit 04a9092

Browse files
committed
Move mxpy to own directory
1 parent f71244c commit 04a9092

File tree

14 files changed

+28
-21
lines changed

14 files changed

+28
-21
lines changed

docs/developers/data/code-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When deploying (or upgrading) a smart contract using **mxpy**, its default _code
3131
- `--metadata-payable` - mark the contract as `payable`
3232
- `--metadata-payable-by-sc` - mark the contract as `payable by smart contracts`
3333

34-
For more information, please follow [mxpy CLI](/sdk-and-tools/sdk-py/mxpy-cli).
34+
For more information, please follow [mxpy CLI](/sdk-and-tools/mxpy/mxpy-cli).
3535

3636
[comment]: # (mx-context-auto)
3737

docs/developers/reproducible-contract-builds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ A more straightforward alternative to the previous bash script is to use **mxpy*
174174

175175
First, make sure you have the:
176176

177-
- latest [mxpy](/sdk-and-tools/sdk-py/installing-mxpy) installed,
177+
- latest [mxpy](/sdk-and-tools/mxpy/installing-mxpy) installed,
178178
- latest [docker engine](https://docs.docker.com/engine/install/) installed.
179179

180180
Then, use the `reproducible-build` command (below, the image tag is just an example):
@@ -227,11 +227,11 @@ Please note that as a **Beta** feature still in development, certain steps descr
227227
:::
228228

229229
:::tip
230-
Make sure that you have the latest `mxpy` installed. In order to install mxpy, follow the instructions at [install mxpy](/sdk-and-tools/sdk-py/installing-mxpy).
230+
Make sure that you have the latest `mxpy` installed. In order to install mxpy, follow the instructions at [install mxpy](/sdk-and-tools/mxpy/installing-mxpy).
231231
:::
232232

233233
1. The contract must be deterministically built as described [above](/developers/reproducible-contract-builds#building-via-docker-reproducible-build).
234-
2. To start with the verification process, we need to first deploy the smart contract. For deploying contracts have a look [here](/sdk-and-tools/sdk-py/smart-contract-interactions/#deploy--upgrade).
234+
2. To start with the verification process, we need to first deploy the smart contract. For deploying contracts have a look [here](/sdk-and-tools/mxpy/mxpy-cli#deploying-a-smart-contract).
235235
3. Upon deploying, the output will not only provide information such as the transaction hash and data, but also the address of the newly deployed contract.
236236
4. In order to verify your contract the command you have to use is (below, the image tag is just an example):
237237

docs/developers/sc-calls-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ There are multiple tools that one can use in order to convert an address into he
128128

129129
### Converting addresses using mxpy
130130

131-
Make sure you have `mxpy` [installed](/sdk-and-tools/sdk-py/installing-mxpy).
131+
Make sure you have `mxpy` [installed](/sdk-and-tools/mxpy/installing-mxpy).
132132

133133
```bash
134134
mxpy wallet bech32 --decode erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th

docs/developers/setup-local-testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If not specified otherwise, the localnet starts with two shards plus the metacha
1919

2020
## Prerequisites: mxpy
2121

22-
In order to install **mxpy**, follow [these instructions](/sdk-and-tools/sdk-py/installing-mxpy).
22+
In order to install **mxpy**, follow [these instructions](/sdk-and-tools/mxpy/installing-mxpy).
2323

2424
:::note
2525
This guide assumes you are using `mxpy v9.7.1` or newer.
File renamed without changes.

docs/sdk-and-tools/sdk-py/smart-contract-interactions.md renamed to docs/sdk-and-tools/mxpy/smart-contract-interactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Let's take the following example:
2828

2929
### mxpy
3030

31-
We're going to use [**mxpy**](/sdk-and-tools/sdk-py/mxpy-cli) to deploy the contract. Follow the installation guide [here](/sdk-and-tools/sdk-py/installing-mxpy) - make sure to use the latest version available.
31+
We're going to use [**mxpy**](/sdk-and-tools/mxpy/mxpy-cli) to deploy the contract. Follow the installation guide [here](/sdk-and-tools/mxpy/installing-mxpy) - make sure to use the latest version available.
3232

3333
[comment]: # (mx-context-auto)
3434

docs/sdk-and-tools/overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ You might also want to have a look over [**xSuite**](https://xsuite.dev), a tool
6565

6666
| Name | Description |
6767
| -------------------------------------------------------------------------------- | ----------------------------------------- |
68-
| [mxpy](/sdk-and-tools/sdk-py/) | High level overview about mxpy. |
69-
| [Installing mxpy](/sdk-and-tools/sdk-py/installing-mxpy) | How to install and get started with mxpy. |
70-
| [mxpy cli](/sdk-and-tools/sdk-py/mxpy-cli) | How to use the Command Line Interface. |
71-
| [Smart contract interactions](/sdk-and-tools/sdk-py/smart-contract-interactions) | Interact with Smart Contract. |
68+
| [Installing mxpy](/sdk-and-tools/mxpy/installing-mxpy) | How to install and get started with mxpy. |
69+
| [mxpy cli](/sdk-and-tools/mxpy/mxpy-cli) | How to use the Command Line Interface. |
7270

7371
[comment]: # (mx-context-auto)
7472

docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: sdk-py-cookbook
33
title: Cookbook (v1)
44
pagination_prev: sdk-and-tools/sdk-py/sdk-py-cookbook-v0
5-
pagination_next: sdk-and-tools/sdk-py/installing-mxpy
5+
pagination_next: sdk-and-tools/mxpy/installing-mxpy
66
---
77

88
[comment]: # (mx-abstract)

docs/sovereign/software-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sudo pipx ensurepath --global
2828

2929
### mxpy
3030

31-
Ensure you are using the latest version of mxpy. Follow the installation or upgrade instructions provided [here](/sdk-and-tools/sdk-py/installing-mxpy#install-using-pipx) if you haven't done so already.
31+
Ensure you are using the latest version of mxpy. Follow the installation or upgrade instructions provided [here](/sdk-and-tools/mxpy/installing-mxpy#install-using-pipx) if you haven't done so already.
3232

3333
### multiversx-sdk
3434

0 commit comments

Comments
 (0)