This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 359
Update README.md #61
Open
arijitthehacker
wants to merge
5
commits into
hyperledger-archives:master
Choose a base branch
from
arijitthehacker:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README.md #61
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
1c5e975
Update README.md
arijitthehacker 975b8cd
Added install steps
arijitthehacker 6ff23b5
Added Name and Install steps
arijitthehacker 99db57a
DOC Check Fail
arijitthehacker d1e42c4
Edited few lines to make the README clear
arijitthehacker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1,9 +1,23 @@ | ||
## Hyperledger Fabric Sample Application | ||
## 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. | ||
|
||
## Installation | ||
|
||
1. Start the Fabric network ``./startFabric.sh`` | ||
|
||
2. Install the npm packages ``npm install`` | ||
|
||
3. Register the Admin ``node registerAdmin.js`` | ||
|
||
4. Register the User ``node registerUser.js`` | ||
|
||
5. Run the server ``node server.js`` | ||
|
||
6. View at browser ``localhost:8000`` | ||
|
||
if getting error about running ./startFabric.sh permission | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It would be worthwhile to move this troubleshooting information (lines 19-21) so that it exists under bullet point 1. |
||
|
||
chmod a+x startFabric.sh | ||
``chmod a+x startFabric.sh`` | ||
|
||
This code is based on code written by the Hyperledger Fabric community. Source code can be found here: (https://github.com/hyperledger/fabric-samples). |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't want the initial indentation. This makes this not look right when viewing the README.