Categorygithub.com/transparency-dev/static-ct
modulepackage
0.0.0-20250220111111-81faaa5d65da
Repository: https://github.com/transparency-dev/static-ct.git
Documentation: pkg.go.dev

# README

SCTFE

This personality implements CT Static API using Trillian Tessera to store data. It is based on Trillian's CTFE.

It is under active development.

Deployment

Each Tessera storage backend needs its own SCTFE binary.

At the moment, these storage backends are supported:

Working on the Code

The following files are auto-generated:

To re-generate these files, first install the right tools:

Then, generate the files:

cd $(go list -f '{{ .Dir }}' github.com/transparency-dev/static-ct); \
go generate -x ./...  # hunts for //go:generate comments and runs them

Contact

# Packages

No description provided by the author
Package mockstorage is a generated GoMock package.
No description provided by the author
No description provided by the author

# Functions

NewLogHandler creates a Tessera based CT log pluged into HTTP handlers.

# Structs

ChainValidationConfig contains parameters to configure chain validation.