Changed SDK tutorial based on latest repo changes and some feedback.

Addressed some review comments.

Latest changes to SDK tutorial based on review comments.

Corda SDK -> CorDapp Template

Addressed review comments + added some new sections.

Added pic of run config drop down menu.

Added a couple of additional sections.

Refactored the 'how to make a cordapp' how to a separate docs pages and stubbed it out for comments.

Added index.rst

Additional changes based on feedback.

Addressed review comments. Removed spurious buuildinfo file.

Minor changes based on richard's comments. Still waiting on resolution of dev experience preference.

Changed milestone release workflow. Users now should checkout a specific tag.
This commit is contained in:
RogerWillis
2016-11-17 18:31:17 +00:00
parent ce64dbeba7
commit 435e7da93f
6 changed files with 661 additions and 258 deletions

View File

@ -1,5 +1,5 @@
Creating a CorDapp
==================
CorDapps Background
===================
A Cordapp is an application that runs on the Corda platform using the platform APIs and plugin system. They are self
contained in separate JARs from the node server JAR that are created and distributed.