komputing / KEthereum

Kotlin library for Ethereum
MIT License
344 stars 72 forks source link

added stringCall to EthereumRPC #143

Closed krisbitney closed 1 year ago

krisbitney commented 1 year ago

An EthereumRPC should be able to interact directly with RPC providers, such as external wallets that implement custom RPC endpoints. This PR makes stringCall public, providing this flexibility to users.

This is a common feature in web3 libraries that is missing from KEthereum. I know it is present in:

This feature is necessary for my use case. I work at Polywrap and am writing a Kotlin Polywrap client with an Ethereum Wallet plugin.

krisbitney commented 1 year ago

I'm hoping to get this merged and released quickly @ligi

Please let me know if there is anything I can do

krisbitney commented 1 year ago

Thank you!! You're awesome.