Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

hyperledger-archives/composer-sample-applications

Repository files navigation

Hyperledger Composer Sample Applications

⚠️ ⚠️ ⚠️

As of the 29th August 2019, the Hyperledger Composer project is in deprecated status. None of the maintainers are actively developing new features. None of the maintainers are actively providing support via GitHub issues. However, if you wish to submit code changes via pull requests, these will be merged.

It is highly recommended that you use Hyperledger Fabric v1.4+ instead, which features significant improvements to the developer experience, including a new programming model.

More information available here: What's new in Hyperledger Fabric v1.4

⚠️ ⚠️ ⚠️

The repository contains sample applications written against the Hyperledger Composer

Currently this contains the code and scripts for the 'DigitalProperty-App' tutorial - see the README in that directory for instructions on how to install.

To install this repo and find out more about the sample applications, run (from this directory):


npm install
node info.js

We welcome Pull Requests for new applications - please see the contributing notes.

IMPORTANT NOTE The Digital Property ("getting-started") sample CLI-based application is the main route for people to get started with Hyperledger Composer - please exercise care when changing it!