Skip to content

Symbiont-s/rpc-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPC-PROXY

Generalized, easy to use RPC Proxy written in Python with support to websocket and http connections. Includes config example for Hive blockchain. It is written with simple and clean code that can be used by any blockchain or software with JSON-RPC protocols. We have tried number of RPC proxy scripts some of them are over-engineered and some lack extensibility or complicated to get started. So we wrote rpc-proxy in hopes to help others as well as ourselves.

Our RPC, full node on Hive uses this: https://rpc.ecency.com

Installation

$ git clone https://github.com/ecency/rpc-proxy && cd rpc-proxy && pip3 install -e .

Usage

$ rpc_proxy --config ./path/to/config.json

Environment Variables

Default
HOST 127.0.0.1
PORT 5002
WORKERS 4
DEBUG False

Redis server must be working at 127.0.0.1:6379

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Shell 3.4%