Corda nodes: how to connect two independent pc as two nodes?

后端 未结 2 1161
耶瑟儿~
耶瑟儿~ 2020-12-20 08:29

One friend of mine and I are trying to develop a CorDapp for a financial use case, I can run the cordapp-tutorial and the demos, however they only run on localhost. We would

2条回答
  •  天涯浪人
    2020-12-20 09:14

    Each of the nodes will have a node.conf file. To enable devMode add this line to the node.conf file.

    devMode=true

提交回复
热议问题