/charlotte-public

Public release of the Charlotte gRPC / Java Source Code

Primary LanguageJavaMIT LicenseMIT

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"