How to access corda crash shell on remote ubuntu terminal run of corda example?

若如初见. 提交于 2020-05-17 07:15:12

问题


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:

  1. Via ssh
  2. Via standalone shell


来源:https://stackoverflow.com/questions/61718661/how-to-access-corda-crash-shell-on-remote-ubuntu-terminal-run-of-corda-example

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!