This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Description
What is wrong?
Nick (@Arachnid ) recently started to build a GraphQL API (as an alternative to the JSON RPC API) on top of the Ethereum Go client.
ethereum/go-ethereum#17903
There's a good chance that this will be standardized and become a thing across multiple clients. Apart from that, I believe it's a great use case for our Plugin API.
How can it be fixed
The existing JSON-RPC plugin can serve as a starting point but the rest is mostly "just figure it out".