cordapp-template-java
cordapp-template-java copied to clipboard
A Java CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
Upgrade the CorDapp to build against Java 17 and Corda 4.12-RC01.
In build.gradle of clients folder, the value of mainClassName "com.template.webserver.Server". But the "Server.class" does not exist in clients. Instead it should be "com.template.webserver.Starter".
I cloned cordapp-template-java using the below link. `https://github.com/corda/cordapp-template-java.git` Branch - release-V4 **1) I executed gradle build/clean from IntelliJ gradle sidebar. It's failing with below error stack.** Build file 'D:\blockchain\build.gradle' line:...
Running the command on windows 10 - .\gradlew clean deployNodes throws an error - Error: Could not find or load main class net.corda.node.Corda Logs are shared below, I tried to...
Is it possible to make this repository a template repository in github? https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository I can work around by forking and making my fork as a template. But would be more...
Cleared all the compilation errors and now am stuck with the following errors when using both 4.0 and 4.1.RC01 as corda release version in the build.gradle file. Can someone please...
I am trying to create a CordApp using the `cordapp-template-java` as a base project. When I run the template server I get the following exception: ``` org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean...
GIT repository path mentioned under[ How to use the SDK](https://github.com/corda/cordapp-template-java/tree/token-template#how-to-use-the-sdk) Section is not correct. The Mentioned path is for kotlin cordapp template repository rather than java cordapp template repository. Mentioned...
When i try to import the cordapp java template into IntelliJ receive the error as in the attached file [Error.txt](https://github.com/corda/cordapp-template-java/files/3936183/Error.txt) Using IntelliJ 2018.1 JDK version 1.8.0_231 Gradle version
In the Release 4 Version of the Template in Module ‚Workflow‘ there are bin/*.class committed Updated 15days ago