This repository was archived by the owner on Jan 22, 2020. It is now read-only.
Update README.md#61
Open
arijitthehacker wants to merge 5 commits into
Open
Conversation
Added some install steps which should be helpful to beginners Signed-off-by: Arijit Sen <[email protected]>
* Added Name and Install steps * Added Code Comment for chmod option Signed-off-by: Arijit Sen <[email protected]>
* Trying to avoid DOC Check Fail Signed-off-by: arijitthehacker <[email protected]>
tkuhrt
reviewed
Jul 30, 2018
| ## Hyperledger Fabric Sample Application (Tuna App) | ||
|
|
||
| This application demonstrates the creation and transfer of tuna fish shipments between actors leveraging Hyperledger Fabric in the supply chain. In this exercise we will set up the minimum number of nodes required to develop chaincode. It has a single peer and a single organization. | ||
| This application demonstrates the creation and transfer of tuna fish shipments between actors leveraging Hyperledger Fabric in the supply chain. In this exercise we will set up the minimum number of nodes required to develop chaincode. It has a single peer and a single organization. |
Contributor
There was a problem hiding this comment.
Don't want the initial indentation. This makes this not look right when viewing the README.
tkuhrt
reviewed
Jul 30, 2018
|
|
||
| 6. View at browser ``localhost:8000`` | ||
|
|
||
| if getting error about running ./startFabric.sh permission |
Contributor
There was a problem hiding this comment.
It would be worthwhile to move this troubleshooting information (lines 19-21) so that it exists under bullet point 1.
* Edited the file to add the steps for the installation. Signed-off-by: Arijit Sen <[email protected]>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why is the DCO Check failing everytime ??
Can somebody share the guidelines for it ?