Skip to content

Commit

Permalink
added redirects from old pages
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Sep 25, 2024
1 parent 5b2863b commit 0385237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion docs/sdk-and-tools/sdk-py/mxpy-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ In this section we'll see how we can send `Relayed V3` transactions using `mxpy`

### Creating the inner transactions

We can simply create the inner transactions the same way we did above, by using the `mxpy tx new` command. The only difference is that we'll have to provide an additional argument called `--inner-transactions-outfile` that represents the file where the inner transactions are saved to be later used by the relayer. To keep it simple, we'll send 1 EGLD from Alice to Bob and Carol will be the relayer. To create the EGLD transfer transaction from Alice to Bob we run the following command:
We can simply create the inner transactions the same way we did above, by using the `mxpy tx new` command. The only difference is that we'll have to provide an additional argument called `--inner-transactions-outfile`, which represents the file where the inner transactions are saved to be later used by the relayer. To keep it simple, we'll send 1 EGLD from Alice to Bob and Carol will be the relayer. To create the EGLD transfer transaction from Alice to Bob we run the following command:

```sh
mxpy tx new --pem ~/multiversx-sdk/testwallets/latest/users/alice.pem --recall-nonce \
Expand Down
30 changes: 3 additions & 27 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,36 +447,12 @@ const config = {
to: "/sdk-and-tools/sdk-js/sdk-js-signing-providers",
},
{
from: "/sdk-and-tools/erdpy",
to: "/sdk-and-tools/sdk-py",
},
{
from: "/sdk-and-tools/erdpy/erdpy",
to: "/sdk-and-tools/sdk-py",
},
{
from: "/sdk-and-tools/erdpy/erdpy-cookbook",
to: "/sdk-and-tools/sdk-py/sdk-py-cookbook",
},
{
from: "/sdk-and-tools/erdpy/installing-erdpy",
to: "/sdk-and-tools/sdk-py/installing-mxpy",
},
{
from: "/sdk-and-tools/erdpy/erdpy-cli",
from: "/sdk-and-tools/sdk-py/configuring-mxpy",
to: "/sdk-and-tools/sdk-py/mxpy-cli",
},
{
from: "/sdk-and-tools/erdpy/smart-contract-interactions",
to: "/sdk-and-tools/sdk-py/smart-contract-interactions",
},
{
from: "/sdk-and-tools/erdpy/sending-bulk-transactions",
to: "/sdk-and-tools/sdk-py/sdk-py-cookbook",
},
{
from: "/sdk-and-tools/erdpy/writing-and-running-mxpy-scripts",
to: "/sdk-and-tools/sdk-py/sdk-py-cookbook",
from: "/sdk-and-tools/sdk-py/deriving-the-wallet-pem-file",
to: "/sdk-and-tools/sdk-py/mxpy-cli",
},
{
from: "/developers/log-events/esdt-events",
Expand Down

0 comments on commit 0385237

Please sign in to comment.