Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 435 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 435 Bytes

Cert Ledger

Cert Ledger is a distributed logger for storing Certificates/Revocation records for distributed trust anchors.

Dependencies

  • ndn-cxx
  • ndn-svs
  • leveldb
  • NFD - to forward the NDN network

Compile (on Ubuntu)

sudo apt-get install libleveldb-dev
./waf configure --with-tests
./waf
sudo ./waf install

Run Tests

./waf configure --with-tests
./waf
sudo ./waf install
./build/unit-tests