⚠️ Restricted Access
This documentation is not publicly listed. Please do not share access URLs with unauthorized individuals.
🐋 Docker
You must have a running consensus client that is accessible to the Signet client.
Installation
- Pull image from Github Container Repository
1docker pull ghcr.io/init4tech/signet:latest
- Run the container, specifying the environment variables as needed
1docker run -d \
2 -e BLOB_EXPLORER_URL=value \
3 -e SIGNET_STATIC_PATH=value \
4 -e SIGNET_DATABASE_PATH=value \
5 -e IPC_ENDPOINT=value \
6 -e RPC_PORT=value \
7 -e WS_RPC_PORT=value \
8 -e IPC_ENDPOINT=value \
9 -e TX_FORWARD_URL=value \
10 -e GENESIS_JSON_PATH=value \
11 -e BASE_FEE_RECIPIENT=value \
12 -e SIGNET_CL_URL=value \
13 -e SIGNET_PYLON_URL=value \
14 -e HOST_START_TIMESTAMP=value \
15 -e HOST_SLOT_OFFSET=value \
16 -e HOST_SLOT_DURATION=value
17
18 ghcr.io/init4tech/signet:latest