This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Simon Stone <[email protected]>
- Loading branch information
Simon Stone
authored
Aug 30, 2019
1 parent
de108c3
commit a8c6569
Showing
30 changed files
with
126 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.20.8", | ||
"version": "0.20.9", | ||
"hoist": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,11 @@ | ||
# What is Hyperledger Composer? | ||
# Hyperledger Composer | ||
|
||
You can use Hyperledger Composer to easily define your business network, creating and tracking assets and performing transactions. Business networks represent an economic network made up of participants, assets, and the transactions that are performed between them. Assets are tangible or intangible goods, services, or property, and are stored in registries. Transactions are operations which may transform, create, and transfer assets or participants. Participants can interact with multiple business networks and maintain assets as they move between them using set identities. | ||
:warning: :warning: :warning: | ||
|
||
Applications can consume the data from business networks, providing end users with simple and controlled access points to the business network. Business networks can also be integrated with existing systems to create assets, transactions, and participants based on existing data. | ||
**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.** | ||
|
||
Hyperledger Composer requires and exploits the existing Hyperledger Fabric blockchain technology, using the blockchain consensus protocol to ensure that transactions are validated by business network participants. | ||
**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.** | ||
|
||
You can find more information regarding Hyperledger Composer on the web site: [https://hyperledger.github.io/composer/](https://hyperledger.github.io/composer/) | ||
**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)** | ||
|
||
# How to use this image | ||
|
||
Hyperledger Composer offers tutorials and getting started guides designed to help you take your first steps with Hyperledger Composer. We recommend that new users follow the tutorials before proceeding to install this image: [https://hyperledger.github.io/composer/tutorials/tutorialindex.html](https://hyperledger.github.io/composer/tutorials/tutorialindex.html) | ||
|
||
You can run a local version of the Hyperledger Composer Playground using this image by running the following command: | ||
|
||
`docker run --name composer-playground --publish 8080:8080 --detach hyperledger/composer-playground:next` | ||
|
||
Once the container has started, you can access the Hyperledger Composer Playground in a web browser by using this link: [http://localhost:8080/](http://localhost:8080/) | ||
|
||
If you finish using the Hyperledger Composer Playground, and wish to delete the container, then run the following command: | ||
|
||
`docker rm --force composer-playground` | ||
|
||
# License | ||
|
||
View [license information](https://github.com/hyperledger/composer/blob/master/LICENSE.txt) for the software contained in this image. | ||
|
||
# Feedback and support | ||
|
||
If you have any questions about using this image, Hyperledger Composer Playground, or Hyperledger Composer in general, then please raise a question on Stack Overflow using the `hyperledger-composer` tag: [http://stackoverflow.com/questions/tagged/hyperledger-composer](http://stackoverflow.com/questions/tagged/hyperledger-composer) | ||
|
||
If you find an issue with this image, please raise a GitHub issue, ensuring that you include all relevant information in order for the team to reproduce the problem, on the main GitHub repository: [https://github.com/hyperledger/composer](https://github.com/hyperledger/composer) | ||
|
||
You can speak to the Hyperledger Composer team on the Hyperledger RocketChat in the `#composer` channel: [http://chat.hyperledger.org](http://chat.hyperledger.org) | ||
|
||
You can also tweet the Hyperledger Composer team by using the `#Hyperledger #Composer` hashtags: [https://twitter.com/search?q=%23Hyperledger%20%23Composer&src=typd](https://twitter.com/search?q=%23Hyperledger%20%23Composer&src=typd) | ||
|
||
## License <a name="license"></a> | ||
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/. | ||
:warning: :warning: :warning: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.