roger2hk / distributor

Libraries and binaries for running checkpoint distributors for verifiable logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributor

Go Reference Go Report Card OpenSSF Scorecard Slack Status

Overview

The distributor is a RESTful service that makes witnessed checkpoints available.

Running in Docker

The distributor can be started using docker compose. The following command will bring up the distributor on port 8080:

docker compose up -d

Note that this will only accept witnessed checkpoints from witnesses in the config/witnesses-dev.yaml directory. To change the permitted witnesses, modify the docker-compose.yaml file to include a different file, or configure the distributor binary with the witnesses specified directly via the witKey flag.

Support

About

Libraries and binaries for running checkpoint distributors for verifiable logs

License:Apache License 2.0


Languages

Language:Go 72.6%Language:HCL 26.8%Language:Dockerfile 0.6%