In Corda `devMode`, do I have to rerun the bootstrapper after creating or updating a CorDapp

偶尔善良 提交于 2019-12-24 19:17:59

问题


I am running a Corda network in devMode using the Network Bootstrapper.

If I create a new CorDapp JAR/update an existing CorDapp JAR, and want to deploy it to the network, how do I proceed? Is it enough to stop each node, add the JAR to each node's cordapps folder, and restart the nodes? Or do I have to rerun the bootstrapper?


回答1:


You will need to rerun the bootstrapper to update the whitelistedContractImplementations in the NetworkParameters. See https://docs.corda.net/head/network-bootstrapper.html#updating-the-contract-whitelist-for-bootstrapped-networks.



来源:https://stackoverflow.com/questions/51609747/in-corda-devmode-do-i-have-to-rerun-the-bootstrapper-after-creating-or-updati

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