Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.1 KB

File metadata and controls

24 lines (18 loc) · 1.1 KB

jsonrpcproxy

Provides JSON-RPC-over-HTTP <-> JSON-RPC-over-IPC "translation" for Ethereum node implementations that don't have a native HTTP server.

Extracted from ethereum/aleth - at commit 0eb14b. (The original code has had many improvements since then.)

Modified to work with Trinity, an ethereum/py-evm implementation - in particular, to interface with eth-net-intelligence-api, as it exists in branch break-to-work-with-trinity of my repo fork.

A systemd .service file is also included; see others needed to run Trinity in this gist.

PROVIDED AS-IS. No, seriously - this is not a license warning; what can be seen here is a dirty commit I didn't think I'd publish.