All Projects → hyperledger → Cactus

hyperledger / Cactus

Licence: apache-2.0
Hyperledger Cactus is a new approach to the blockchain interoperability problem

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Cactus

Geshi 1.0
Original version of Generic Syntax Highlighter for PHP
Stars: ✭ 149 (+0%)
Mutual labels:  hacktoberfest
Core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
Stars: ✭ 2,004 (+1244.97%)
Mutual labels:  hacktoberfest
Cnpj Gratis
Com esse pacote você poderá consultar, gratuitamente, CNPJ diretamente no site da receita
Stars: ✭ 150 (+0.67%)
Mutual labels:  hacktoberfest
Strapi Middleware Cache
🔌 A cache middleware for https://strapi.io
Stars: ✭ 146 (-2.01%)
Mutual labels:  hacktoberfest
Vue Axios
A small wrapper for integrating axios to Vuejs
Stars: ✭ 1,887 (+1166.44%)
Mutual labels:  hacktoberfest
Rpush
The push notification service for Ruby.
Stars: ✭ 1,886 (+1165.77%)
Mutual labels:  hacktoberfest
Container
HedgeDoc container image resources
Stars: ✭ 149 (+0%)
Mutual labels:  hacktoberfest
Android Client
An android client for the MifosX platform
Stars: ✭ 150 (+0.67%)
Mutual labels:  hacktoberfest
Zeebe
Distributed Workflow Engine for Microservices Orchestration
Stars: ✭ 2,165 (+1353.02%)
Mutual labels:  hacktoberfest
Portofino
Portofino 5 is the next generation of the open source radid web development framework Portofino. Its purpose is to help developers create modern, responsive enterprise applications with REST APIs and an Angular UI.
Stars: ✭ 150 (+0.67%)
Mutual labels:  hacktoberfest
Bull
BULL - Bean Utils Light Library
Stars: ✭ 150 (+0.67%)
Mutual labels:  hacktoberfest
Poddr
Podcatcher made with Electron and Angular
Stars: ✭ 149 (+0%)
Mutual labels:  hacktoberfest
Notifme Sdk
A Node.js library to send all kinds of transactional notifications.
Stars: ✭ 1,854 (+1144.3%)
Mutual labels:  hacktoberfest
Cloudproxy
Proxy server to bypass Cloudflare protection.
Stars: ✭ 150 (+0.67%)
Mutual labels:  hacktoberfest
Pos
Stars: ✭ 150 (+0.67%)
Mutual labels:  hacktoberfest
Configurate
A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation
Stars: ✭ 148 (-0.67%)
Mutual labels:  hacktoberfest
Stryker Js
Mutation testing for JavaScript and friends
Stars: ✭ 2,043 (+1271.14%)
Mutual labels:  hacktoberfest
Gelf Rb
Ruby GELF library (Graylog Extended Log Format)
Stars: ✭ 150 (+0.67%)
Mutual labels:  hacktoberfest
Yii2 File Kit
Yii2 File storage and upload kit
Stars: ✭ 150 (+0.67%)
Mutual labels:  hacktoberfest
Sympa
Sympa, Mailing List Management Software
Stars: ✭ 149 (+0%)
Mutual labels:  hacktoberfest

Cactus Logo Color

Hyperledger Cactus

license CII Best Practices GitHub issues Travis (.org)

This project is an Incubation Hyperledger project. For more information on the history of this project see the Cactus wiki page. Information on what Active entails can be found in the Hyperledger Project Lifecycle document.

Hyperledger Cactus aims to provide Decentralized, Secure and Adaptable Integration between Blockchain Networks. Hyperledger 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 & Ledgers supported.

Scope of Project

As 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. The blockchain integration framework 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.

Run the Examples

Supply Chain Example

  1. Run the following command to pull up the container that will run the example application and the test ledgers as well:
    docker run \
      --rm \
      --privileged \
      -p 3000:3000 \
      -p 3100:3100 \
      -p 4000:4000 \
      -p 4100:4100 \
      hyperledger/cactus-example-supply-chain-app:2021-02-05-f89a37a
    
  2. Wait for the output to show the message INFO (api-server): Cactus Cockpit reachable http://0.0.0.0:3100
  3. Visit http://localhost:3100 in a web browser with Javascript enabled
  4. 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.

Once the last command has finished executing, open link printed on the console with a web browser of your choice

Car Trade Example

  • The guidance is here.

Electricity Trade Example

  • The guidance is here.

Documentation

  • Project Wiki: Schedule and logs of the maintainer meetings
  • Whitepaper: The official document on Cactus design specifications

Contact

Contributing

We welcome contributions to Hyperledger Cactus in many forms, and there’s always plenty to do!

Please review contributing guidelines to get started.

License

This distribution is published under the Apache License Version 2.0 found in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].