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) withmvn exec:java -Dexec.mainClass="com.isaacsheff.charlotte.App"