corda-training-template
corda-training-template copied to clipboard
A template for the corda two day training course.
These hints are still talking about `Cash.generateSpend()`, which appears to have been changed to `CashUtils.generateSpend()`.
4.0-SNAPSHOT is no longer available Fixes #32
`.idea` files are user specific. `.idea` is already in `.gitignore` but some files were already tracked so this PR removes them from the repository Existing imported projects in Intelli J...
Solutions should be removed from the template such that the trainees could solve them by their own. #20
…here should be zero inputs and one output
In Module 10 of https://github.com/corda/corda-training-materials , the trainee or the reader is requested to implement `getIOUs()` and `issueIOU()` for practice, however they are already implemented or the whole solutions are...
https://github.com/corda/corda-training-template/blob/9adee329f4b616ecac7c393582c09bca233a798c/kotlin-source/src/main/kotlin/net/corda/training/flow/IOUSettleFlow.kt#L49-L52 In the case of full settlement, the transaction must not contain an IOUState in output, therefore the code above produces an error. The check should be removed as in...
@vstoykov showed me this one but he is too busy to fix it.
1. replace GET with PUT for update op 2.make port config compatible with main.kt