Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledger/composer
:warning: :warning: :warning: Hyperledger Composer has been deprecated :warning: :warning: :warning:
https://github.com/hyperledger/composer
Last synced: 6 days ago
JSON representation
:warning: :warning: :warning: Hyperledger Composer has been deprecated :warning: :warning: :warning:
- Host: GitHub
- URL: https://github.com/hyperledger/composer
- Owner: hyperledger
- License: other
- Archived: true
- Fork: true (hyperledger-archives/composer)
- Created: 2020-03-09T18:20:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T18:40:27.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T14:32:07.246Z (18 days ago)
- Language: JavaScript
- Homepage: https://wiki.hyperledger.org/display/composer
- Size: 181 MB
- Stars: 27
- Watchers: 4
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-baas - composer
- awesome-blockchain - Composer
README
# Hyperledger Composer
:warning: :warning: :warning:
**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](https://hyperledger-fabric.readthedocs.io/en/release-1.4/whatsnew.html#improved-programming-model-for-developing-applications)**
:warning: :warning: :warning:
Hyperledger Composer is an application development framework which simplifies and expedites the creation of [Hyperledger fabric](https://hyperledger-fabric.readthedocs.io/en/latest/) blockchain applications. If you're new to Blockchain, Hyperledger Fabric or Hyperledger Composer, we recommend that you start at the Hyperledger Composer website:
- [Stable release website](https://hyperledger.github.io/composer/)
- [Next release website](https://hyperledger.github.io/composer/next/)This site will help you get up and running by developing a sample blockchain application to buy and sell houses and apartments in a digital property business network.
[![Build Status](https://travis-ci.org/hyperledger/composer.svg?branch=master)](https://travis-ci.org/hyperledger/composer)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1071/badge)](https://bestpractices.coreinfrastructure.org/projects/1071)For additional help with Hyperledger Composer the following are good places:
- Ask a question on [Stack Overflow](http://stackoverflow.com/questions/tagged/hyperledger-composer)
- Chat on the Rocket.Chat [discussion channels](https://chat.hyperledger.org/channel/composer)# Contributing to this repository
We welcome contributions to the code base. If you are interested in becoming a contributor, please read the [contributing guide](CONTRIBUTING.md) that covers the following:
- [getting started](/contrib-notes/getting-started.md)
- [coding guidelines](/contrib-notes/coding-guidelines.md)
- [raising an issue](/contrib-notes/raising-issues.md)
- [submitting a pull request](/contrib-notes/submitting-pull-request.md)There is a [specific channel](https://chat.hyperledger.org/channel/composer-dev) on RocketChat for contributors.
# Getting started with building an application
**Try the [online playground](https://composer-playground.mybluemix.net/) to get going quickly.**
Suggested reading list is:
- [Introduction](https://hyperledger.github.io/composer/latest/introduction/introduction.html)
- [Introduction Video](https://www.youtube.com/watch?v=fdFUsrsv5iw&t=23s)
- [Quick Start](https://hyperledger.github.io/composer/latest/installing/installing-index.html)
- [Tutorials](https://hyperledger.github.io/composer/latest/tutorials/tutorials.html)# Getting in touch
If you have a *question on using Hyperledger Composer*
- Rocket.Chat [discussion channels](https://chat.hyperledger.org/channel/composer)
- [Stack Overflow](http://stackoverflow.com/questions/tagged/hyperledger-composer), where the question should be tagged with 'hyperledger-composer'.If you have found a defect or want to raise a feature requests
- All tracked on GitHub - please read [how to raise](./contrib-notes/raising-issues.md)If you want to contribute to the develop of Hyperledger Composer
- Come introduce yourself on the contributors [RocketChat channel](https://chat.hyperledger.org/channel/composer-dev)
- Please read the [contributing guide](./CONTRIBUTING.md)## License
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.