feat: Add Java chaincode development mode support#553
feat: Add Java chaincode development mode support#553dzikowski merged 19 commits intohyperledger-labs:mainfrom
Conversation
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
|
@dzikowski @umegbewe |
|
We actually have a sample Java chaincode, but it's OK to have two - just please put it in the same directory: Also please document it in this PR in README. We have a section Finally, please add also a relevant entry to the CHANGELOg file |
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
…ev mode Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
update run.dev and add gradlew
Signed-off-by: Osama Rabea <osrab3@gmail.com>
Replace SimpleAsset with PokeballContract in Java chaincode
|
I replaced the simpleasset chaincode with PokeballContract.java. The chaincode builds and starts fine in dev mode, but it still fails with the following error: Still investigating this any suggestions are welcome. |
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
This PR adds support for running Java chaincode in development mode #360