.NET port of fabric-chaincode-java
v1.4
Direct .NET port from fabric-chaincode-java
Alpha
Need to figure out how to integrate this in fabric
and then integrating the .net chaincode source and/or compiled uploads into .NET SDK
Help is appreciated since i’m not proficient in GO language
TidBits
Users can inherit ChaincodeBaseMapperAsync or ChaincodeBaseMapper for automapping, you only need to implements the functions with the format:
Response FunctionName(IChaincodeStub stub) or
Task\
TODO: