Metadata-Version: 2.1
Name: blockchain_toolkit
Version: 0.2.0
Summary: Универсальная библиотека для взаимодействия с Ethereum-блокчейном с поддержкой AES-шифрования.
Home-page: https://github.com/AltplusF4444/chain_tool
Author: AltF4444
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: web3>=5.31.1
Requires-Dist: cryptography>=36.0.1

# Blockchain Toolkit

[![Python](https://img.shields.io/badge/python-3.7%2B-blue.svg )](https://www.python.org/downloads/ )
[![License](https://img.shields.io/badge/license-MIT-green.svg )](LICENSE)

Библиотека для безопасного взаимодействия с Ethereum-блокчейном с поддержкой AES-шифрования.

## Установка

```bash
pip install blockchain_toolkit
