Go to file
Niamh25 4a721f2144
Merge pull request #11 from corda/DOC-4345
Doc 4345: Edited code comments for java CSDE templates
2022-12-06 16:43:43 +00:00
.ci Fix Jenkinsfile bug 2022-10-26 16:31:16 +01:00
.run/runConfigurations Initial commit of the java template - includes only concverted code 2022-10-12 23:04:51 +01:00
buildSrc Update CsdeRpcInterface.java 2022-12-06 15:57:55 +00:00
config Initial commit of the java template - includes only concverted code 2022-10-12 23:04:51 +01:00
gradle/wrapper Initial commit of the java template - includes only concverted code 2022-10-12 23:04:51 +01:00
src Update MyFirstFlow.java 2022-12-06 16:09:54 +00:00
build.gradle Update build.gradle 2022-12-06 16:01:06 +00:00
gradle.properties Use published artifacts 2022-10-26 15:58:31 +01:00
gradlew Initial commit of the java template - includes only concverted code 2022-10-12 23:04:51 +01:00
gradlew.bat Initial commit of the java template - includes only concverted code 2022-10-12 23:04:51 +01:00
README.md Create README.md 2022-10-12 23:08:55 +01:00
settings.gradle Use published artifacts 2022-10-26 15:58:31 +01:00

CSDE-cordapp-template-java

To help make the process of prototyping Cordapps on Developer Preview 2 more straight forward we have developed the Cordapp Standard Development Environment (CSDE).

The CSDE is obtained by cloning this CSDE-Cordapp-Template-java to your local machine. The CSDE provides:

  • A ready set up Cordapp Project which you can use as a starting point to develop your own prototypes.

  • A base Gradle configuration which brings in the dependencies you need to write and test a Corda 5 Cordapp.

  • A set of Gradle helper tasks which speed up and simplify the development and deployment process. (these are effectively wrappers over the Corda-Cli)

  • Debug configuration for debugging a local Corda cluster.

  • The MyFirstFlow code which forms the basis of this getting started documentation.

  • Ability to configure the Members of the Local corda Network.

Note, the CSDE is experimental, we may or may not release it as part of Corda 5.0, in part based on developer feedback using it.

To find out how to use the CSDE please refer to the getting started section in the Corda 5 Developer Preview 2 documentation at https://docs.r3.com/