mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
56c9d6404f
Remove the shell code from the OS code base, this includes the modules: - `:tools:shell` - `:tools:shell-cli` The shell will be run within a node if it exists within the node's `drivers` directory. This is done by using a `URLClassloader` to load the `InteractiveShell` class into Corda's JVM process and running `startShell` and `runLocalShell`. Running the shell within the `:samples` will require adding: ``` cordaDriver "net.corda:corda-shell:<corda_shell_version>" ``` To the module's `build.gradle` containing `deployNodes`. The script will then include the shell in the created nodes. |
||
---|---|---|
.. | ||
blobinspector | ||
bootstrapper | ||
checkpoint-agent | ||
cliutils | ||
demobench | ||
error-tool | ||
explorer | ||
graphs | ||
loadtest | ||
network-builder | ||
scripts | ||
worldmap |