openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.81k stars 1.68k forks source link

Is it possible to (re)use some crate as libraries? #11893

Open clouds56 opened 3 years ago

clouds56 commented 3 years ago

I notice that in parity-rpc-client there's only SignerRpc, is it possible to complete all rpc api in the crate? Also API exposure of RLP and/or evm is also needed for analysis of the eth blockchain.