# Substrate RPC Proxy ### Installation ``` npm install ``` ### Running ``` npm start ``` ### Configuration Following ENV variables can be set: + `BIND_HOST`: address on which the server will be listening, defaults to `0.0.0.0`. + `BIND_PORT`: port on which the server will be listening, defaults to `8080`.