Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6 8aug2020 #81

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(**_This branch corresponds to the instructions given in the book. It depends on the `release-1.1` branches of Hyperledger [Fabric](https://github.com/hyperledger/fabric/tree/release-1.1) and [Fabric-CA](https://github.com/hyperledger/fabric-ca/tree/release-1.1)_**)

# Trade Application
This is a use case on trade finance and logistics, designed to demonstrate the capabilities of Hyperledger (mainly Fabric) blockchain tools.
This is a use case on trade finance and logistics, designed to demonstrate the capabilities of Hyperledger (mainly Fabric) blockchain tools. can be adapted for document trail for other applications.

# Use Case Scenario Overview
The trade scenario consists of 6 participants:
Expand Down Expand Up @@ -44,7 +44,7 @@ The [docs](docs) folder contains more documentation on the use case.
To test and run the complete application, you will need to perform the following steps in sequence:
- **Test the chaincode (smart contract)**: Navigate to the [chaincode](chaincode) folder for instructions.
- **Launch a trade network**: Navigate to the [network](network) folder for instructions.
- **Test Attribute Based Access Control(ABAC)**: Follow these instructions: [Testing ABAC](chaincode/abac.md)
- **Test Attribute Based Access Control(ABAC)**: Follow these instructions: [Testing ABAC](chaincode/abac.md)
- **Prepare the middleware**: Navigate to the [middleware](middleware) folder for instructions.
- **Start and exercise the application server**: Navigate to the [application](application) folder for instructions.

Expand Down
2 changes: 2 additions & 0 deletions release-info
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
revision 1.6, update release info
revision 1.6.1