-
Notifications
You must be signed in to change notification settings - Fork 91
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
feat: add ccapi to application samples #780
feat: add ccapi to application samples #780
Conversation
748ac3f
to
d4d237d
Compare
3cc85d3
to
777dc6d
Compare
64506e9
to
8645511
Compare
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
8645511
to
41b2505
Compare
Signed-off-by: osamamagdy <[email protected]>
41b2505
to
266287c
Compare
Signed-off-by: osamamagdy <[email protected]>
379f567
to
d3dee26
Compare
@osamamagdy checks are failing because you have to add core_peer_org_name to the test.sh script in the test-network directory around line 111
|
It seems that you run it with ego instead of pure go (for testing on M1). |
Looking at the Github actions ... it's still failing related to the missing |
yeah @mbrandenburger now that you mention it I remember! |
Signed-off-by: osamamagdy <[email protected]>
3dffe3a
to
2efeb72
Compare
Signed-off-by: osamamagdy <[email protected]>
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.
I was able to make it run ....
Signed-off-by: Osama Magdy <[email protected]>
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
What this PR does / why we need it:
This PR is a continuation to #779 on how to integrate with the cc-tools project, especially using the cc-tools-demo project
Here, we add the CCAPI, which is an API server that uses REST APIs to communicate with peers and invoke operations.
Which issue(s) this PR fixes:
Fixes the LFX mentorship project Hyperledger Fabric CC-Tools Support for Fabric Private Chaincode