Updated: 07/19/2025 Note that as of 2023, the local Ethereum development environment Ganache (part of TruffleSuite) has been sunset. In this updated article, we will show how to setup a local Ethereum development environment using Anvil (part of the Foundry toolchain) and Solidity for building, deploying, and testing Decentralized Application (dApps) and follow through with a simple demonstration using Python. Here is the link to the article: Using Anvil and Solidity with Python Enjoy 🙂 !!! ============== В статье рассматривается замена устаревшего окружения Ganache для разработки Ethereum на Anvil (часть Foundry) и Solidity для создания, развертывания и тестирования децентрализованных приложений (dApps). Предлагается пошаговая инструкция с использованием Python, демонстрирующая процесс.