mirror of
https://github.com/corda/corda.git
synced 2025-01-30 16:14:39 +00:00
4a1f149b49
Implemented the ReconnectingRPC into the WebServer, Standalone Shell, Explorer and BankOfCordaClientApi
Standalone Shell
Documentation for the standalone shell can be found here
To build this from the command line on Unix or MacOS:
Run ./gradlew tools:shell-cli:buildShellCli
to create a fat JAR in tools/shell-cli/build/libs
To build this from the command line on Windows:
Run gradlew tools:shell-cli:buildShellCli
to create a fat JAR in tools/shell-cli/build/libs