Skip to content

Commit

Permalink
add cookbook for sdk-py v1
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Jan 14, 2025
1 parent da56125 commit 430963d
Show file tree
Hide file tree
Showing 6 changed files with 3,380 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ title: Signing programmatically
In order to sign a transaction (or a message) using one of the SDKs, follow:

- [Signing objects using **sdk-js**](/sdk-and-tools/sdk-js/sdk-js-cookbook-v13#signing-objects)
- [Signing objects using **mxpy**](/sdk-and-tools/sdk-py/sdk-py-cookbook#signing-objects)
- [Signing objects using **sdk-py**](/sdk-and-tools/sdk-py/sdk-py-cookbook#signing-objects)
4 changes: 2 additions & 2 deletions docs/sdk-and-tools/sdk-py/migration-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Make sure you have a look over the [cookbook](/sdk-and-tools/sdk-py/sdk-py-cookb

See [migration support](https://github.com/multiversx/mx-sdk-py-cli/issues?q=label:migration).

## Migrate to a newer sdk-core
## Migrate to a newer sdk

See [migration support](https://github.com/multiversx/mx-sdk-py-core/issues?q=label:migration).
See [migration support](https://github.com/multiversx/mx-sdk-py/issues?q=label:migration).
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: sdk-py-cookbook
title: Cookbook
id: sdk-py-cookbook-v0
title: Cookbook (v0)
pagination_prev: sdk-and-tools/sdk-py/sdk-py
---

[comment]: # (mx-abstract)
Expand All @@ -9,7 +10,7 @@ title: Cookbook

## Overview

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

:::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
Loading

0 comments on commit 430963d

Please sign in to comment.