Metadata-Version: 2.1
Name: sybil_engine
Version: 3.20.0
Summary: Engine for web3 smart contracts automatization.
Home-page: https://github.com/Indeoo/sybil-engine/
Author: Indeoo
Author-email: indeooars@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: loguru ==0.7.2
Requires-Dist: setuptools ==69.0.3
Requires-Dist: ccxt ==4.1.100
Requires-Dist: tqdm ==4.66.1
Requires-Dist: cryptography ==41.0.7
Requires-Dist: web3 ==6.13.0
Requires-Dist: requests ==2.31.0
Requires-Dist: pyTelegramBotAPI ==4.14.1
Requires-Dist: python-okx ==0.2.2
Requires-Dist: termcolor ==2.4.0
Requires-Dist: bumpversion ==0.6.0

# Sybil Engine

## Introduction
Sybil Engine is a powerful Python library designed for testing web3 contracts. It facilitates seamless interactions with blockchain networks and smart contracts, providing developers with efficient tools to execute, plan, and manage web3 transactions.

## Key Features
- **Withdrawal Operations**: Simplify withdrawals from OKX to various networks such as Arbitrum One, Base, Linea, and ZKSync.
- **Private Key Management**: Securely read and encrypt private keys from .csv or txt files.
- **Execution Planner**: Strategically plan your contract executions for optimal performance.
- **Module Executor**: Execute modules efficiently with tailored contract interactions.
- **Transaction Executor**: Execute transactions reliably with built-in support for various scenarios.
- **Generic DEX Logic**: Implement generic decentralized exchange logic for versatile blockchain applications.

## Installation
Install Sybil Engine using pip:
```bash
pip install sybil-engine
