-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Julius Hardt edited this page Oct 17, 2021
·
2 revisions
You can try the composer (GUI for the ComposableCrypto model) and the OpenAPI specification generation in your browser without having to install any software: https://www.julius-hardt.de/ComposableCrypto/
-
/App
: ComposableCrypto main application (Blazor WebAssembly app) -
/ComposableCrypto-java
: Java component system and parts of the integration of ELSA -
/CrySLRules
: CrySL rules for the client portion of ELSA -
/ELSACCGenIntegration
: Code template for the ELSA client -
/Host
: WebView to host the ComposableCrypto main application in a native window when opened via CogniCrypt's code generation wizard
- Install .NET 5.
- Open to the directory
App
:cd App
- Run
dotnet build
- Open the directory of the main project:
cd ComposableCrypto
- Execute
dotnet run
- Open your web browser and visit
http://localhost:5000
.
- Install a Java Development Kit (JDK 1.8 or higher).
- Open
ComposableCrypto-java
. -
ComposableCrypto-java
is a Gradle project. Execute./gradlew build
to build the library. The resulting JAR appears underbuild/libs
.