Skip to content

Commit

Permalink
Merge pull request #737 from multiversx/update-py-examples
Browse files Browse the repository at this point in the history
Updated the python cookbook
  • Loading branch information
popenta committed Nov 7, 2023
2 parents b3e7138 + 2116441 commit 5062943
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 223 deletions.
2 changes: 2 additions & 0 deletions docs/sdk-and-tools/sdk-py/mxpy-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ That's it! As easy as that. We sent a transaction from Alice to Bob. We choose t

In case you want to save the transaction you can also provide the `--outfile` argument and a `json` file containing the transaction will be saved at the specified location. If you just want to prepare the transaction without broadcasting it simply remove the `--send` argument.

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

## Using the Ledger hardware wallet

You can sign any transaction (regular transfers, smart contract deployments and calls) using a Ledger hardware wallet by leveraging the `--ledger` command-line argument.
Expand Down
Loading

0 comments on commit 5062943

Please sign in to comment.