-
Notifications
You must be signed in to change notification settings - Fork 289
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
docs(examples): add carbon-account-app #540 #856
Merged
Merged
Conversation
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
0de1f02
to
bfd6586
Compare
takeutak
approved these changes
Apr 26, 2021
jonathan-m-hamilton
approved these changes
Apr 28, 2021
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.
LGTM
This was overlooked by GitHub's auto-rebase of the PR that introduced this issue so hot-fixing this ASAP in order to stop blocking every single new PR from running the CI suite correctly. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
These are methods that come in handy while working with Fabric networks. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Provides an example of how to build an application with batteries included that has the carbon accounting tool's smart contracts for xdai and Fabric baked in it. There's test coverage for the JWT based authorization layer and a clone of the enroll admin REST API endpoint of the carbon accounting tool (which I picked because there's an open bug about it in the carbon accounting tool's github issue tracker at the time of this writing). Fixes hyperledger-cacti#540 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
🎉 Great news! Looks like all the dependencies have been resolved:
💡 To add or remove a dependency please update this issue/PR description. Brought to you by Dependent Issues (:robot: ). Happy coding! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
Fabric
Xdai
Tasks/bugs related to the Xdai network and the corresponding ledger connector plugin in Cactus
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.
Dependencies
Depends on #861
Depends on #855
Depends on #854
Depends on #841
Commit to review
Author: Peter Somogyvari peter.somogyvari@accenture.com
Author Date: Fri Apr 23 2021 15:00:07 GMT-0700 (Pacific Daylight Time)
Committer: Peter Somogyvari peter.somogyvari@accenture.com
Committer Date: Fri Apr 23 2021 21:02:19 GMT-0700 (Pacific Daylight Time)
docs(examples): add carbon-account-app #540
Fixes #540
Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com