mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +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. |
||
---|---|---|
.. | ||
cordapps | ||
core-test-utils | ||
node-driver | ||
smoke-test-utils | ||
test-cli | ||
test-common | ||
test-db | ||
test-utils | ||
testserver | ||
Dockerfile | ||
DockerfileBase | ||
DockerfileJDK11Azul |