-
Notifications
You must be signed in to change notification settings - Fork 98
Feature/integrate with cc tools #779
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
Feature/integrate with cc tools #779
Conversation
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
39d2366 to
a064eb0
Compare
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
munapower
left a comment
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 tried to follow but wasn't able to compile the changes for main.go
mbrandenburger
left a comment
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.
Thanks @osamamagdy this is pretty cool! Let's shape it a bit more!
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
92e4665 to
1ec09a9
Compare
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
87db6e1 to
ae668f1
Compare
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
mbrandenburger
left a comment
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 think this looks pretty good to me! My only remaining concern is about the readme instructions where sudo is used. As commented, I believe it not necessary for every developer ... and I think it is not good practise to let people run sudo commands when following this tutorial.
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
3053333 to
06e1453
Compare
Co-authored-by: Marcus Brandenburger <mbrandenburger@users.noreply.github.com> Signed-off-by: Osama Magdy <59124937+osamamagdy@users.noreply.github.com>
Co-authored-by: Marcus Brandenburger <mbrandenburger@users.noreply.github.com> Signed-off-by: Osama Magdy <59124937+osamamagdy@users.noreply.github.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
a99d1d0 to
2e80ab2
Compare
| make | ||
| ``` | ||
|
|
||
| **Note**: For those who have arm-based computers, you should use the method recommended in the [main readme](https://github.com/hyperledger/fabric-private-chaincode?tab=readme-ov-file#fpc-playground-for-non-sgx-environments) for building both the cc-tools-demo chaincode as well as ercc. |
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 am with an M1 and building cc-tools-demo with the provided instructions (make) worked normally. Only needed the additional instructions for ercc.
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.
That's great but I think on @munapower side, she needed it for both I think? as per this comment #779 (comment)
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
CC-tools demo with FPC Create a new demo in `samples/chaincode/cc-tools-demo` to showcase the integration of FPC with CC-tools. The demo runs on top of the test-network sample simple-cli. Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
What this PR does / why we need it:
This PR adds a tutorial on how to integrate with cc-tools project, specially using the cc-tools-demo project
Which issue(s) this PR fixes:
Fixes the LFX mentorship project Hyperledger Fabric CC-Tools Support for Fabric Private Chaincode