hyperledger-labs / weaver-dlt-interoperability

A platform, a protocol suite, and a set of tools, to enable interoperation for data sharing and asset movements between independent networks built on heterogeneous blockchain, or more generally, distributed ledger, technologies, in a manner that preserves the core blockchain tenets of decentralization and security.
Apache License 2.0
55 stars 45 forks source link

Build Failed in corda interopapp directory #441

Closed thobbyAk closed 6 months ago

thobbyAk commented 7 months ago

I am having a build failed issue when I try to build the Corda Interop app locally. Screenshot 2024-04-05 at 19 49 48

VRamakrishna commented 7 months ago

@thobbyAk We haven't actively developed in this code repository for over a year now. In 2022-23, this project was merged into Hyperledger Cacti, which is where we are currently maintaining it. See https://www.hyperledger.org/blog/2022/11/07/introducing-hyperledger-cacti-a-multi-faceted-pluggable-interoperability-framework and https://www.hyperledger.org/blog/hyperledger-cacti-a-general-purpose-modular-interoperability-framework-moves-to-graduated-status for info.

To test and use the latest Weaver features within Cacti, go to the Cacti repository (https://github.com/hyperledger/cacti), where the Weaver code lies in a subfolder at present (https://github.com/hyperledger/cacti/tree/main/weaver). Follow the instructions from the Cacti-Weaver docs (which resemble the Weaver docs but with updated info): https://hyperledger.github.io/cacti/weaver/getting-started/guide/.

If you see the same error there (or any other error), please open a Cacti issue: https://github.com/hyperledger/cacti/issues.

VRamakrishna commented 7 months ago

@thobbyAk FYI, the errors you see here are because the Corda package repositories have been replaced in the past year. The Weaver code within Cacti has been updated suitably, but this repository has not. Consider this repository to be deprecated. We will be making a few updates here shortly and then archiving it. Hyperledger Cacti is the future of this project.