Skip to content

Files

Latest commit

 

History

History
 
 

template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Template Enclave

A template project to use as a starting point for Conclave applications.

How to build and run

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.