Update tut-two-party-introduction.rst.

This commit is contained in:
Joel Dudley 2017-08-30 11:18:28 +01:00 committed by GitHub
parent ca1d5287b1
commit d2a2e2c419

View File

@ -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.