问题
I am able to set up sample from https://github.com/corda/samples/tree/release-V4/cordapp-example
As per instructions on https://docs.corda.net/docs/corda-os/4.4/tutorial-cordapp.html#running-nodes-across-machines
However, i never come across in documentation how to access the CORDA Crash shell in ubuntu to type in Corda interactive shell to execute the following ! Creating an IOU via the interactive shell # We can create a new IOU using the ExampleFlow$Initiator flow. For example, from the interactive shell of PartyA, you can agree an IOU of 50 with PartyB by running flow start ExampleFlow$Initiator iouValue: 50, otherParty: "O=PartyB,L=New York,C=US".
Can anybody clarify how to launch access to Corda interactive shell when on remote ubuntu machine?
回答1:
You can access the shell in one of 2 ways:
- Via ssh
- Via standalone shell
来源:https://stackoverflow.com/questions/61718661/how-to-access-corda-crash-shell-on-remote-ubuntu-terminal-run-of-corda-example