mirror of
https://github.com/corda/corda.git
synced 2025-01-20 03:36:29 +00:00
Update tut-two-party-introduction.rst.
This commit is contained in:
parent
ca1d5287b1
commit
d2a2e2c419
@ -2,8 +2,9 @@ Introduction
|
||||
============
|
||||
|
||||
.. note:: This tutorial extends the CorDapp built during the :doc:`Hello, World tutorial <hello-world-index>`. You can
|
||||
find the final version of the CorDapp produced in that tutorial
|
||||
`here <https://github.com/joeldudleyr3/tutorials/tree/master/Tut1Repo>`_.
|
||||
download the final version of the CorDapp produced in that tutorial for
|
||||
`Java <https://github.com/joeldudleyr3/tutorials/tree/master/Tut1Java>`_ or
|
||||
`Kotlin <https://github.com/joeldudleyr3/tutorials/tree/master/Tut1Kotlin>`_.
|
||||
|
||||
In the Hello, World tutorial, we built a CorDapp allowing us to model IOUs on ledger. Our CorDapp was made up of three
|
||||
elements:
|
||||
@ -22,4 +23,4 @@ IOU onto the ledger. We'll need to make two changes:
|
||||
signature (as well as the lender's) to become valid ledger updates
|
||||
* The ``IOUFlow`` will need to be updated to allow for the gathering of the borrower's signature
|
||||
|
||||
We'll start by updating the contract.
|
||||
We'll start by updating the contract.
|
||||
|
Loading…
Reference in New Issue
Block a user