You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[](https://vscode.dev/github/hyperledger-cacti/cacti)
2
-
[](https://opensource.org/licenses/Apache-2.0)[](https://bestpractices.coreinfrastructure.org/projects/4089)
[](https://opensource.org/licenses/Apache-2.0)[](https://insights.linuxfoundation.org/project/cacti)[](https://bestpractices.coreinfrastructure.org/projects/4089)[](https://scorecard.dev/viewer/?uri=github.com/hyperledger-cacti/cacti)
[](https://insights.linuxfoundation.org/project/cacti)
5
5
6
6

7
7

@@ -13,6 +13,18 @@ Hyperledger Cacti is a multi-faceted pluggable interoperability framework to lin
13
13
[Cacti is a _Graduated_ Hyperledger project](https://www.hyperledger.org/blog/hyperledger-cacti-a-general-purpose-modular-interoperability-framework-moves-to-graduated-status). Information on the different stages of a Hyperledger project and graduation criteria can be found in
14
14
the [Hyperledger Project Incubation Exit Criteria document](https://wiki.hyperledger.org/display/TSC/Project+Incubation+Exit+Criteria).
15
15
16
+
# 📍 Important announcement
17
+
18
+
We are conducting an initiative called "Cacti cleanup". The initiative focuses on several key goals:
19
+
1. Reduce complexity: Simplifying the codebase architecture
20
+
2. Delete old code: Removing deprecated or low-value components to focus energy on high-value features
4. Improve documentation: Making the project more accessible and understandable
23
+
5. Enhance onboarding: Making it easier for new contributors to get started
24
+
6. Optimize the CI/CD pipelines by reducing runtime and costs
25
+
26
+
Please refer to [the overview of this initiative (+ the SATP-Hermes initiative)](https://www.youtube.com/watch?v=pN1m0vgV7bY), and the [public Github project board](https://github.com/orgs/hyperledger-cacti/projects/2). Please contribute and vote on the different aspects of the initiative [on the Discord threads](https://discord.com/channels/905194001349627914/908379338716631050/1428405972992266343).
27
+
16
28
## Scope of Project
17
29
18
30
The existence of several blockchain and distributed ledger technologies of different flavours in the market as well as networks of varying scopes and sizes built on them necessitates the need for interoperability and integration, lest we end up with a fragmented ecosystem where digital assets and the workflows (often contracts) governing them remain isolated in silos. The solution to this is not to force all chains to coalesce (i.e., "*a single chain to rule them all*") but rather enable the networks to orchestrate transactions spanning their boundaries without sacrificing security, privacy, or governance autonomy (i.e., self-sovereignty). Hyperledger Cacti offers a family of protocols, modules, libraries, and SDKs, that can enable one network to be interoperable with, and carry out transactions directly with, another while eschewing the need for a central or common settlement chain. Cacti will allow networks to share ledger data, and exchange and transfer assets atomically, and manage identities, across their boundaries, as illustrated in the figure below.
0 commit comments