======= Peth ======= `Peth` is an all-in-one Ethereum SDK and command-line tool, written in Python. It is designed for developers, smart contract auditors, web3 security researchers, and anyone interested in interacting with EVM-compatible chains with ease. .. code-block:: _________ _...._ __.....__ . \ |.' '-. .-'' '. .'| \ .'```'. '. / .-''"'-. `. .| < | \ | \ \/ /________\ \ .' |_ | | | | | || | .' || | .'''-. | \ / . \ .-------------''--. .-'| |/.'''. \ | |\`'-.-' .' \ '-.____...---. | | | / | | | | '-....-'` `. .' | | | | | | .' '. `''-...... -' | '.'| | | | '-----------' | / | '. | '. `'-' '---' '---' -- https://github.com/lmy375 Welcome to the peth shell. Type `help` to list commands. peth > Features include: * An Etherscan-compatible blockchain explorer interface * ABI encoding/decoding capabilities * An EVM Bytecode disassembler * Common DApp contract tools * And more... .. toctree:: :caption: Overview :maxdepth: 2 install.md usage.md .. toctree:: :caption: Commands :maxdepth: 2 cmd_eth.md cmd_dapp.md cmd_abi.md cmd_source.md cmd_bytecode.md cmd_tx.md cmd_url.md cmd_conf.md cmd_utils.md .. toctree:: :caption: Script :maxdepth: 2 api.md .. toctree:: :caption: Others :maxdepth: 2 contributing.md buymeacoffee.md