Extended Language Support for Fabric Private Chaincode
Is your feature request related to a problem? Please describe.
Currently, writing and compiling chaincodes in FPC is only possible using C++ language. Since it is possible to have standard Fabric chaincodes written in Go, it would be great to have this possibility in FPC as well.
Describe the solution you'd like
As part of my master thesis project, supervised by Christian Cachin within the Swiss Joint Master of Science in Computer Science, I will work on enabling Golang chaincode support for FPC.
Describe alternatives you've considered
TBD
Additional context
Contact me at [email protected].
This is a great project! I endorse and happy to mentor this project!
Some interesting pointers are already collected in #279.
Ongoing prototype development is available at Riccardo's fork.
closed with #698