Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the new Cookbook for sdk-py v1 #1034

Merged
merged 2 commits into from
Jan 16, 2025
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
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
Loading