Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanhuijessica/cheb3
🐣 web3 CTF tool based on web3.py
https://github.com/yanhuijessica/cheb3
blockchain ctf ctf-tools ethereum evm evm-chains foundry python3 smart-contracts web3 web3py
Last synced: 4 days ago
JSON representation
🐣 web3 CTF tool based on web3.py
- Host: GitHub
- URL: https://github.com/yanhuijessica/cheb3
- Owner: YanhuiJessica
- License: mit
- Created: 2023-02-23T05:59:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T10:47:12.000Z (15 days ago)
- Last Synced: 2025-01-09T02:33:11.583Z (12 days ago)
- Topics: blockchain, ctf, ctf-tools, ethereum, evm, evm-chains, foundry, python3, smart-contracts, web3, web3py
- Language: Python
- Homepage: https://cheb3.readthedocs.io/en/latest/
- Size: 360 KB
- Stars: 38
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. raw:: html
🐣 web3 CTF tool based on web3.py
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 `_.
Documentation
=============- Quick Start
- `Making Connections `_
- `Interaction Basis `_
- API Reference
- `Connection `_
- `Account `_
- `Contract `_
- `cheb3.utils `_