Skip to content

CodeChain-io/codechain-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codechain-proxy

An RPC proxy server for CodeChain

How to use

Arguments

  • --bind: A binding address of a proxy. The default value is "0.0.0.0".
  • --port: A binding port of a proxy.
  • --forward: A port to forward. The default value is 8080.
  • --whitelist: A path to a whitelist file. The default value is "whitelist.txt".

Writing the whitelist

Each line of a whitelist file contains one method name which you want to accept.

For example, if you want to accept version and ping, put the method names in each line like:

version
ping

About

An RPC proxy server for CodeChain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages