StarkNet Helper
  • Introduction
  • Usage
    • General
    • Modules
      • Swap
      • Liquidity
        • Add liquidity
        • Remove liquidity
      • Deploy
      • Upgrade
      • Transfer
      • Lending
        • Supply
        • Withdraw
      • Stark ID
      • Bridge
      • Trash txn's
      • Zerius
      • Dmail
    • Wallets
    • Run settings
    • Actions (Tasks)
  • Installation
    • Requirements
    • Launch
  • Other
    • Settings
    • Tools
    • Coin contracts
  • Contacts
  • Support
Powered by GitBook
On this page
  1. Installation

Requirements

PreviousActions (Tasks)NextLaunch

Last updated 1 year ago

StarkNet Python SDK requires MinGW installed on Windows machines, official tutorial:

Более подробная на русском о том, что нужно установиться для нормальной работы софта.

Recommended python 3.10 version or above.

Create virtual environment in project dir:

python -m venv venv

Activate venv (Windows):

venv/Scripts/activate

Activate venv (Linux):

source venv/bin/activate

Install all requiered libraries using command:

pip install -r req.txt
https://starknetpy.readthedocs.io/en/latest/installation.html
статья