Bhargavasomu / cross_client_testing

New Generation Testing Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run JSON RPC Server via Tool

Bhargavasomu opened this issue · comments

What is Wrong

Currently, this tool works given that the JSON RPC Server of a client like trinity or geth is already running separately. We should simplify this burden of the user needing to run the Server first and then using this client.

How can it be Fixed

We could probably run the JSON RPC Server in a Separate Process and NOT in a
separate thread as we all know that threading in python is a joke.