Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 375 Bytes

charlotte-public

Prototype Java implementation of the Charlotte framework for Authenticated Distributed Data Structures (ADDS).

Includes gRPC spec and implementation of example servers.

  • compile with mvn compile
  • unit test with mvn test
  • run App.java (for example; it doesn't do much) with mvn exec:java -Dexec.mainClass="com.isaacsheff.charlotte.App"