mirror of
https://github.com/corda/corda.git
synced 2025-05-24 19:24:24 +00:00
Update hello-world-template.rst
This commit is contained in:
parent
91cb6b773b
commit
a75cfde3c7
@ -51,7 +51,7 @@ The template has a number of files, but we can ignore most of them. We will only
|
|||||||
cordapp-contracts-states/src/main/java/com/template/TemplateState.java
|
cordapp-contracts-states/src/main/java/com/template/TemplateState.java
|
||||||
|
|
||||||
// 2. The flow
|
// 2. The flow
|
||||||
cordapp/src/main/java/com/template/TemplateFlow.java
|
cordapp/src/main/java/com/template/Initiator.java
|
||||||
|
|
||||||
.. code-block:: kotlin
|
.. code-block:: kotlin
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ The template has a number of files, but we can ignore most of them. We will only
|
|||||||
cordapp-contracts-states/src/main/kotlin/com/template/StatesAndContracts.kt
|
cordapp-contracts-states/src/main/kotlin/com/template/StatesAndContracts.kt
|
||||||
|
|
||||||
// 2. The flow
|
// 2. The flow
|
||||||
cordapp/src/main/kotlin/com/template/App.kt
|
cordapp/src/main/kotlin/com/template/Flows.kt
|
||||||
|
|
||||||
Progress so far
|
Progress so far
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user