rust-jsonrpc icon indicating copy to clipboard operation
rust-jsonrpc copied to clipboard

Ethereum jsonrpc support

Open AchalaSB opened this issue 6 years ago • 3 comments

Hi, I'm trying to connect rust code to ethereum ? Is there any luck using this jsonrpc?? and it should compatible with webassembly as well.

Or any other crates we have?

Thanks

AchalaSB avatar Aug 07 '19 13:08 AchalaSB

It would surprise me if this crate were compatible with geth or Parity, sorry. This isn't an intended or supported usecase, and none of the developers have the spare time or equipment to maintain Ethereum nodes for testing.

apoelstra avatar Aug 07 '19 15:08 apoelstra

It would surprise me if this crate were compatible with geth or Parity, sorry.

I think rust-jsonrpc is quite plain standard JsonRPC, no? So as long as Parity conforms the jsonrpc layer should work just fine.

@AchalaSB Now, it's a different matter entirely to write and maintain a crate for higher-level operations (akin to rust-bitcoincore-rpc).

and it should compatible with webassembly as well.

I don't know what webassembly has to do with anything. rust-jsonrpc is only for https://www.jsonrpc.org/specification protocol.

dpc avatar Aug 07 '19 17:08 dpc

Hi @AchalaSB can this issue be closed now?

tcharding avatar Sep 13 '22 04:09 tcharding