summaryrefslogtreecommitdiff
path: root/README
blob: 52523f76f29d611c04cbebd012a58667b60b3c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
plop is a public log based on a Merkle tree. It can be used for
implementing Certificate Transparency (RFC 6962).

Requires Erlang/OTP 17 [erts-6.0] or later.

Compile the application

  $ make

Run tests

  $ make check