如何在Corda平台中为具有不同jar文件的不同节点创建多个流?
答案 0 :(得分:1)
Oracle Example here是一个很好的例子。您需要做几件事:
base
,service
和client
。确保将模块包含在settings.gradle
file build.gradle
file deployNodes
创建节点,请selectively add the modules as CorDapps on your nodes gradlew jar
任务,以在build/libs
文件夹中创建单个CorDapps cordapps
文件夹中