Docker container option
Installation
To pull the latest gateway version, run the following command:
Running your gateway
To run your gateway, copy the command below and modify it as needed.
A full list of start up arguments is available in the Startup Arguments page.
Traders who host a gateway and a blockchain node on the same machine should use local docker host
172.17.0.1
as blockchain node IP in the--enodes
(and--eth-ws-uri, if used) argument.An authorization header is always required for WebSocket connection. The WS endpoint is accessible at
ws://localhost:28333/ws
.
Last updated