corda-training-template icon indicating copy to clipboard operation
corda-training-template copied to clipboard

A template for the corda two day training course.

Results 19 corda-training-template issues
Sort by recently updated
recently updated
newest added

The IOUIssueFlow takes a parameter of `IOUState state`. As described in [creating-an-instance-of-a-class][1], we can provide the state object to the flow via the crash shell as (also tried without the...

This seems to be outdated (maybe since the Corda 4 upgrade?). It seems likely that the Java section slightly lower down in the README also needs to be updated.

I am trying to set up corda-training-template on my PC. It is a Ubuntu 18.04 system with 16GB RAM. JDK is set to JAVA 1.8.0.242 If the downloaded code is...

distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip should be distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

This part of the finality flow seemed a little opaque, it would be nice to have a comment to help people

We don't want an output IOU if the input is being fully settled. The comparison in this case should be against the outstanding amount of the IOU, not the total...

https://github.com/corda/corda-training-template/blob/9311ddaa356330f4a4784788385b65865273b465/java-source/src/test/java/net/corda/training/contract/IOUIssueTests.java#L103 The test case expects to create a DummyState, but it's not imported into the test file. It can be imported to the file to let beginners focus on solving...

The port numbers I get when running `runnodes` on macOS are different from those stored in the Postman collection. When running the script, I seem to get the ParticipantA webserver...

On macOS 10.14.4, executing the `runnodes` triggers a permission prompt to allow the executing program (Terminal or another terminal emulator such as iTerm2) to "control your computer" and then to...