Metadata-Version: 2.1
Name: cheb3
Version: 0.12.0
Summary: Web3 CTF tool based on web3.py
Author-email: YanhuiJessica <y4nhv1@gmail.com>
Project-URL: Homepage, https://github.com/YanhuiJessica/cheb3
Project-URL: Documentation, https://cheb3.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/YanhuiJessica/cheb3
Project-URL: Bug Reports, https://github.com/YanhuiJessica/cheb3/issues
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: web3 >=7.1.0
Requires-Dist: py-solc-x >=2.0.2
Requires-Dist: loguru

.. image:: https://raw.githubusercontent.com/YanhuiJessica/cheb3/main/docs/_static/img/cheb3.png
    :width: 300
    :align: center

Installation
============

.. code-block:: shell

   $ python3 -m pip install cheb3

.. end-of-readme-intro

Examples
========

Examples of using `cheb3` in CTF challenges can be found in `/examples <examples/>`_.

Documentation
=============

- Quick Start
    - `Making Connections <https://cheb3.readthedocs.io/en/latest/connection_basis.html>`_
    - `Interaction Basis <https://cheb3.readthedocs.io/en/latest/interaction_basis.html>`_
- API Reference
    - `Connection <https://cheb3.readthedocs.io/en/latest/connection.html>`_
    - `Account <https://cheb3.readthedocs.io/en/latest/account.html>`_
    - `Contract <https://cheb3.readthedocs.io/en/latest/contract.html>`_
    - `cheb3.utils <https://cheb3.readthedocs.io/en/latest/utils.html>`_
