A template project to use as a starting point for Conclave applications.
Build the host:
./gradlew host:bootJar
Build the client:
./gradlew client:shadowJar
Run the host:
java -jar host/build/libs/host-mock.jar
Run the client:
java -jar client/build/libs/client-all.jar \
"S:0000000000000000000000000000000000000000000000000000000000000000 \
PROD:1 SEC:INSECURE"
For full instructions on building and running the project, see https://github.com/R3Conclave/conclave-core-sdk/wiki/Conclave-Init.