Skip to content

jsonrpcproxy.py script, extracted from `aleth` (then `cpp-ethereum`) repo

License

Notifications You must be signed in to change notification settings

veox/jsonrpcproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

jsonrpcproxy.py script, extracted from `aleth` (then `cpp-ethereum`) repo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages