Metadata-Version: 2.1
Name: eulith_web3
Version: 0.0.19
Summary: A Web3.py compatible wrapper library for Eulith clients
Author-email: Eulith Team <kristian@eulith.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Welcome To Eulith Client
Please find our docs at https://docs.eulith.com

---

## Setup for Linux 22.04

~~~
sudo apt update -qq
sudo apt install -qq -y python3 python3-pip
pip3 install pyproject.toml
pip3 install web3
pip3 install pytest
export PATH=$PATH:$HOME/.local/bin   ; echo consider adding this to .bashrc
~~~

## Running tests

~~~
pytest
~~~

or if you use a different URL for where to find the eulith call server
~~~
EULITH_URL=http://192.168.244.44:7777/v0 pytest
~~~
