-
Notifications
You must be signed in to change notification settings - Fork 64
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
Integration with Hyperledger Fabric #24
Comments
A rough shot at a next steps TODO list based on conversation w/ sylvain:
|
The following are suggestions from Angelo of where to start this: A System Chaincode in fabric is what allows access to the underlying host, not just a container. This is where would want to patch in the ability to execute the Python hbmpc as a separate process with fabric/core/scc - this folder contains all the available system chaincodes |
Endorsement and validation is no longer under fabric/core/scc:
The docs were outdated and just got updated very recently. |
@amiller @smkuls I have marked the docker image task as done, although we will probably make improvements and/or adjustments as the integration moves forward. I think it is good to get going right now though and that we can move to the other tasks. More details about the docker-based setup can be found in #52, more notably in #52 (comment) under the Foreseeable possibe improvements/adjustments paragraph. |
This is largely completed by @hybridNeo in separate repos https://github.com/hybridNeo/honeybadgerscc |
@hybridNeo ping, please post somewhere a README or instructions on how we can run your RPS demo |
I think some other related repositories are:
|
We need to commit to a plan for demonstrating the offline phase and online phase with an integration using hyperledger fabric.
The text was updated successfully, but these errors were encountered: