-
Notifications
You must be signed in to change notification settings - Fork 92
feat: Add Java chaincode development mode support #553
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
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