umbracle / ethgo

Ethereum Golang API
https://www.ethgoproject.io
Mozilla Public License 2.0
484 stars 134 forks source link

Not all ethereum methods were implemented #254

Open F0rzend opened 1 year ago

F0rzend commented 1 year ago

There is a documentation of the ethereum api.

I expected the library to implement all the necessary methods, e.g. eth_coinbase, that i didn't find there

Maybe you should implement a codegenerator to generate the client?