2018-06-29 09:32:37 +00:00
|
|
|
Standalone Shell
|
|
|
|
----------------
|
|
|
|
|
2018-09-13 10:14:31 +00:00
|
|
|
Documentation for the standalone shell can be found [here](https://docs.corda.net/head/shell.html#the-standalone-shell)
|
2018-06-29 09:32:37 +00:00
|
|
|
|
|
|
|
To build this from the command line on Unix or MacOS:
|
|
|
|
|
2018-06-29 11:03:18 +00:00
|
|
|
Run ``./gradlew tools:shell-cli:buildShellCli`` to create a fat JAR in ``tools/shell-cli/build/libs``
|
2018-06-29 09:32:37 +00:00
|
|
|
|
|
|
|
To build this from the command line on Windows:
|
|
|
|
|
2018-06-29 11:03:18 +00:00
|
|
|
Run ``gradlew tools:shell-cli:buildShellCli`` to create a fat JAR in ``tools/shell-cli/build/libs``
|