🐋Docker
Pulling and running a Docker image for the latest `signet-node`.
You must have a running consensus client that is accessible to the Signet client.
Installation
Pull image from Github Container Repository
docker pull ghcr.io/init4tech/signet:latestRun the container, specifying the Environment Variables as needed
docker run -d \
-e BLOB_EXPLORER_URL=value \
-e SIGNET_STATIC_PATH=value \
-e SIGNET_DATABASE_PATH=value \
-e IPC_ENDPOINT=value \
-e RPC_PORT=value \
-e WS_RPC_PORT=value \
-e IPC_ENDPOINT=value \
-e TX_FORWARD_URL=value \
-e GENESIS_JSON_PATH=value \
-e BASE_FEE_RECIPIENT=value \
-e SIGNET_CL_URL=value \
-e SIGNET_PYLON_URL=value \
-e HOST_START_TIMESTAMP=value \
-e HOST_SLOT_OFFSET=value \
-e HOST_SLOT_DURATION=value
ghcr.io/init4tech/signet:latestLast updated