From 6cc5fbfa4af01b36e2e497b1aaed7fd5ec027cb3 Mon Sep 17 00:00:00 2001 From: Chris Barratt <71010326+ceebee-dev@users.noreply.github.com> Date: Wed, 12 Oct 2022 23:08:55 +0100 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..88c9652 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 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/