Metadata-Version: 2.1
Name: web3client
Version: 0.1.7
Summary: Client to interact with multiple EVM blockchain
License: MIT
Keywords: web3,blockchain,ethereum,evm
Author-email: coccoinomane <coccoinomane@gmail.com>
Requires-Python: >=3.10,<4
Project-URL: homepage, https://github.com/coccoinomane/web3client.py
Project-URL: repository, https://github.com/coccoinomane/web3client.py
Description-Content-Type: text/markdown

Easy to use Python client to interact with multiple EVM blockchain.

# Features

- Easily create a client to interact with EVM-compatible chains.
- Preconfigured for the most popular chains: Ethereum, Binance, Avalanche, Cronos, etc.
- Exposes the underlying web3.py client to allow for more flexibility

# Install

```bash
pip3 install -U web3client
```

# It doesn't work 😡

Don't panic! Instead...

1. Please check if your issue is listed in the [Issues tab](https://github.com/coccoinomane/web3client/issues).
2. If not, consider [writing a new issue](https://github.com/coccoinomane/web3client/issues/new) 🙂

# Testing

```bash
pytest tests
```

# TO DO

- Network selector, with default public RCPs
- Adjust tests to run automatically for all chains (or testnets)
