Cordapp 从开源到企业的迁移
Posted
技术标签:
【中文标题】Cordapp 从开源到企业的迁移【英文标题】:Cordapp migration from open source to enterprise 【发布时间】:2022-01-18 09:36:42 【问题描述】:我们正在寻找将 Corda 开源迁移到 Enterprise。作为此迁移的一部分,我们需要将开源的 Cordapp 部署到 Enterprise。是否有关于 Cordapp 部署过程中面临的挑战或问题的文档可供参考。
【问题讨论】:
是的,官方文档:docs.r3.com/en/platform/corda/4.8/enterprise/… 还有docs.r3.com/en/platform/corda/4.8/enterprise/… 【参考方案1】:When you want to upgrade from Corda OS to Corda Enterprise you have to consider following items:
1. Corda Node Upgrade
2. Corda Database Upgrade
3. CorDapp Upgrade
4. Corda Constraint Migration (if you are not using Signature Constraints)
For Corda node and CordDapp upgrade refer to this [blog][1].
For Database migration refer to [this][2] and [this][3] blog.
For Corda Constarint migration refer to [this][4] blog.
There are also some videos which show you how to perform the migration. take a look here-
1. https://www.youtube.com/watch?v=rWyJRaoWNhc&t=1186s
2. https://www.youtube.com/watch?v=gs6yGZnDW5g
3. https://www.youtube.com/watch?v=0BKUUY4Tg20&t=84s
4. https://www.youtube.com/watch?v=69un7I-Amwc&t=622s
If you face any difficulty you can get in touch with me on [slack][5].
[1]: https://medium.com/corda/contract-upgrades-and-constraints-in-corda-425055a9a47f
[2]: https://medium.com/corda/cordapp-database-upgrade-migration-development-perspective-c2931e28b9b4
[3]: https://medium.com/corda/cordapp-database-upgrade-migration-production-perspective-5f655838492d
[4]: https://medium.com/corda/unconstraint-signature-constraint-migration-e95a66789eab
[5]: https://join.slack.com/t/cordaledger/shared_invite/zt-qg4fft35-ldb97HIf74gImY9XuGybUg
【讨论】:
以上是关于Cordapp 从开源到企业的迁移的主要内容,如果未能解决你的问题,请参考以下文章