Algokit Examples Gallery

Python Utils Notebook

Creator Algorand Foundation

python

utils

notebook

Install with AlgoKit CLI

    algokit init example python-utils-notebook

A notebook for developing and deploying Algokit Utils Python

Features

Algokit Utils

Jupyter Notebook for AlgoKit Utils Python

This directory contains template files for creating Python-based Algorand scripts using AlgoKit.

Contents

Requirements

Getting Started

This template provides the foundation for creating Python scripts that interact with the Algorand blockchain using AlgoKit Utils. The included Jupyter notebook demonstrates how to configure AlgoKit, load environment variables, and execute transactions.

Installation and Running

  1. Install dependencies:
poetry install
  1. Start the AlgoKit localnet:
algokit localnet start
  1. Open the notebook using one of these options:
    • Option 1: Run Jupyter Notebook directly
     jupyter notebook
     ```

- **Option 2**: Open in VS Code with the Jupyter extension
 code .
 ```

Then open the .ipynb file and use the VS Code Jupyter extension to run it.

Dependencies