IOU Smart Contract

In this section we will show step by step instructions to model and implement IOU smart contract:
IOU can be issued, transferred and then settled.

Export IOU Smart Contract Application

export to generate Corda Contract State and Contract

Generate Corda Artifacts

generate Corda Contract State, Contract, and Flow

Implement IOU Smart Contract

In this step, we will walk you through step by step the implementation of IOU smart contract transactions: IssueIOU, TransferIOU and SettleIOU.

IOU Smart Contract Data Model

Define contract state data schema that should be stored on the ledger


Last modified February 10, 2020: New docs with TCI (843c31c)