{"id":17065937,"url":"https://github.com/hyperledger-cacti/cacti","last_synced_at":"2026-04-10T21:23:04.565Z","repository":{"id":36952214,"uuid":"216610150","full_name":"hyperledger-cacti/cacti","owner":"hyperledger-cacti","description":"Hyperledger Cacti is a new approach to the blockchain interoperability problem","archived":false,"fork":false,"pushed_at":"2025-02-10T06:25:40.000Z","size":211410,"stargazers_count":355,"open_issues_count":341,"forks_count":288,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-02-11T17:52:28.718Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"https://wiki.hyperledger.org/display/cactus","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperledger-cacti.png","metadata":{"files":{"readme":"README-cactus.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-21T16:06:38.000Z","updated_at":"2025-02-10T20:44:01.000Z","dependencies_parsed_at":"2023-01-17T07:45:50.314Z","dependency_job_id":"ac2ad627-7be0-480c-8cf3-8fe0dc50cab6","html_url":"https://github.com/hyperledger-cacti/cacti","commit_stats":{"total_commits":3593,"total_committers":122,"mean_commits":"29.450819672131146","dds":0.7564709156693571,"last_synced_commit":"d2fac8a7fecd2fcd63c88b6a5a71146a590a6464"},"previous_names":["hyperledger/cactus","hyperledger/cacti"],"tags_count":95,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger-cacti%2Fcacti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger-cacti%2Fcacti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger-cacti%2Fcacti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger-cacti%2Fcacti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperledger-cacti","download_url":"https://codeload.github.com/hyperledger-cacti/cacti/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239592977,"owners_count":19664858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-10-14T11:01:53.316Z","updated_at":"2026-02-27T08:33:48.540Z","avatar_url":"https://github.com/hyperledger-cacti.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","**Cross-Chain \u0026 Interoperability**"],"sub_categories":["Climate-accounting \u0026 disclosure"],"readme":"![Cactus Logo Color](./images/HL_Cactus_Logo_Color.png)\n\n# Hyperledger Cactus\n\n [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/hyperledger/cactus)\n ![license](https://img.shields.io/github/license/hyperledger/cactus) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4089/badge)](https://bestpractices.coreinfrastructure.org/projects/4089) [![codecov](https://codecov.io/gh/hyperledger/cactus/branch/main/graph/badge.svg?token=BJklIsqf1S)](https://codecov.io/gh/hyperledger/cactus)\n ![GitHub issues](https://img.shields.io/github/issues/hyperledger/cactus)\n\nThis project is an _Incubation_ Hyperledger project. For more information on the history of this project see the [Cactus wiki page](https://wiki.hyperledger.org/display/cactus). Information on what _Active_ entails can be found in\nthe [Hyperledger Project Incubation Exit Criteria document](https://wiki.hyperledger.org/display/TSC/Project+Incubation+Exit+Criteria).\n\nHyperledger Cactus aims to provide Decentralized, Secure and Adaptable Integration between Blockchain Networks.\nHyperledger Cactus is currently undergoing a major refactoring effort to enable the desired to-be architecture which will enable plug-in based collaborative development to increase the breadth of use cases \u0026 Ledgers supported.\n\n## Scope of Project\n\nAs blockchain technology proliferates, blockchain integration will become an increasingly important topic in the broader blockchain ecosystem.  For instance, people might want to trade between multiple different blockchains that are run on different platforms. Hyperledger Cactus is a web application system designed to allow users to securely integrate different blockchains. It includes a set of libraries, data models, and SDK to accelerate development of an integrated services application. Our goal is to deliver a system that allows users of our code to securely conduct transactions between all of the most commonly used blockchains.\n\n## Run the Examples\n\n### Supply Chain Example\n\n1. Ensure a working installation of [Docker](https://docs.docker.com/desktop/) is present on your machine.\n2. Run the following command to pull up the container that will run the example application and the test ledgers as well:\n    ```sh\n    docker run \\\n      --rm \\\n      --privileged \\\n      -p 3000:3000 \\\n      -p 3100:3100 \\\n      -p 3200:3200 \\\n      -p 4000:4000 \\\n      -p 4100:4100 \\\n      -p 4200:4200 \\\n      ghcr.io/hyperledger/cactus-example-supply-chain-app:2024-03-08--pr-3059-1\n    ```\n3. Wait for the output to show the message `INFO (supply-chain-app): SupplyChainApp Web GUI - reachable at: http://127.0.0.1:3200`\n4. Token generated by the application is displayed below\n5. Visit http://127.0.0.1:3200 in a web browser with Javascript enabled and insert the token when prompted\n6. Use the graphical user interface to create data on both ledgers and observe that a consistent view of the data from different ledgers is provided.\n\nOnce the last command has finished executing, open link printed on the console with a web browser of your choice\n\n### Discounted Asset Trade Example\n\n- The guidance is [here](./examples/cactus-example-discounted-asset-trade/README.md).\n\n### Electricity Trade Example\n\n- The guidance is [here](./examples/cactus-example-electricity-trade/README.md).\n\n\n## Documentation\n\n* [Project Wiki](https://wiki.hyperledger.org/display/cactus): Schedule and logs of the maintainer meetings\n* [Understanding and Using](https://hyperledger-cacti.github.io/cacti/cactus/introduction/): Description of components and instructions for usage and testing\n* [Whitepaper](./whitepaper/whitepaper.md): The official document on Cactus design specifications (_Note_: this is deprecated. We are working on a new version.)\n* [Contributing](./CONTRIBUTING.md): How to get from an idea to an approved pull request\n* [Build](./BUILD.md): Instructions on how to set up the project for development\n\n  ![Build Script Decision Tree](./docs/docs/cactus/_images/build-script-decision-tree-2021-03-06.png)\n* [FAQ](./FAQ.md): A collection of frequently asked questions\n\n## Inclusive Language Statement\n\nThese guiding principles are very important to the maintainers and therefore\nwe respectfully ask all contributors to abide by them as well:\n\n- Consider that users who will read the docs are from different backgrounds and\ncultures and that they have different preferences.\n- Avoid potential offensive terms and, for instance, prefer \"allow list and\ndeny list\" to \"white list and black list\".\n- We believe that we all have a role to play to improve our world, and even if\nwriting inclusive documentation might not look like a huge improvement, it's a\nfirst step in the right direction.\n- We suggest to refer to\n[Microsoft bias free writing guidelines](https://docs.microsoft.com/en-us/style-guide/bias-free-communication)\nand\n[Google inclusive doc writing guide](https://developers.google.com/style/inclusive-documentation)\nas starting points.\n\n## Roadmap\n\nCan be found here: [ROADMAP.md](./ROADMAP.md)\n\n## Contact\n* mailing list: [cacti@lists.hyperledger.org](mailto:cacti@lists.hyperledger.org)\n* discord channel: [https://discord.com/invite/hyperledger](https://discord.com/invite/hyperledger)\n\n## Build/Development Flow\n\nTo go from zero to hero with project setup and working on your contributions: [BUILD.md](./BUILD.md)\n\n## Contributing\nWe welcome contributions to Hyperledger Cactus in many forms, and there’s always plenty to do!\n\nPlease review [contributing](/CONTRIBUTING.md) guidelines to get started.\n\n## License\nThis distribution is published under the Apache License Version 2.0 found in the [LICENSE](/LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger-cacti%2Fcacti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperledger-cacti%2Fcacti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger-cacti%2Fcacti/lists"}