mirror of
https://github.com/corda/corda.git
synced 2025-06-01 15:10:54 +00:00
Clarifies that only the first two tutorials are related and form a sequence.
This commit is contained in:
parent
f9f476b4f3
commit
1b49c50c8e
@ -1,11 +1,23 @@
|
|||||||
Tutorials
|
Tutorials
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
This section is split into two parts.
|
||||||
|
|
||||||
|
The Hello, World tutorials should be followed in sequence and show how to extend the Java or Kotlin CorDapp Template
|
||||||
|
into a full CorDapp.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
hello-world-introduction
|
hello-world-introduction
|
||||||
tut-two-party-introduction
|
tut-two-party-introduction
|
||||||
|
|
||||||
|
The remaining tutorials cover individual platform features in isolation. They don't depend on the code from the Hello,
|
||||||
|
World tutorials, and can be read in any order.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
tutorial-contract
|
tutorial-contract
|
||||||
tutorial-test-dsl
|
tutorial-test-dsl
|
||||||
contract-upgrade
|
contract-upgrade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user