Metadata-Version: 2.4
Name: teth
Version: 0.1.0
Summary: JSon-RPC client for EthereumTesterProvider
Author-email: Stuart Reed <stuart.reed@ethereum.org>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: click>=8.1.8
Requires-Dist: eth-tester>=0.12.1b1
Requires-Dist: flask>=3.1.0
Requires-Dist: web3[tester]>=7.10.0
Description-Content-Type: text/markdown

# Teth

Simple JSON-RPC server for EthereumTesterProvider.

## Installation

To get started with Teth, follow these steps:

1. Clone the repository:
    ```bash
    git clone https://github.com/reedsa/teth.git
    ```
2. Navigate to the project directory:
    ```bash
    cd teth
    ```
3. Install dependencies:
    ```bash
    uv sync
    ```

## Usage

Run the application with:
```bash
uv run teth
```

## Contributing

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a new branch:
    ```bash
    git checkout -b feature-name
    ```
3. Commit your changes:
    ```bash
    git commit -m "Add feature-name"
    ```
4. Push to your branch:
    ```bash
    git push origin feature-name
    ```
5. Open a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.

## Contact

For questions or feedback, please open an Issue.