The the web API to interact with this CorDapp, end-points available:
- GET /api/iou/ious (list IOUs)
- GET /api/iou/issue-iou?amount=INTEGER¤cy=[GBP/USD]&party=NODE_NAME (issue an IOU to a party with a specified amount and currency)
- GET /api/iou/transfer-iou?id=LINEAR_ID&party=NODE_NAME (Transfer an IOU specified by linearId to another party
- GET /api/iou/settle-iou?id=LINEAR_ID&amount=INTEGER¤cy=[GBP/USD] (settle an amount of an IOU specified by linearId)
- GET /api/iou/cash (list all cash states)
- GET /api/iou/self-issue-cash?amount=INTEGER¤cy=[GBP/USD] (self issues an amount of cash in the specified currency)
- GET /api/iou/cash-balances (lists cash balances per currency)