🐣 web3 CTF tool based on web3.py
Installation
cheb3 can be installed using pip as follows:
$ python3 -m pip install cheb3
With virtualenv (Recommended)
You can setup a clean environment for cheb3:
$ python3 -m pip install virtualenv
$ virtualenv -p python3 ~/.cheb3_env # Create a virtual environment
$ source ~/.cheb3_env/bin/activate # Activate the new virtual environment
$ pip install -U cheb3 # Install cheb3 in the virtual environment
Then, activate this environment every time before using cheb3:
$ source ~/.cheb3_env/bin/activate
(.cheb3_env) $
Table of Contents
Quick Start
API Reference