Skip to content

Very small example on how deterministic corda compilation and modules work

License

Notifications You must be signed in to change notification settings

lucacampanella/cordapp-deterministic-tutorial

Repository files navigation

cordapp-deterministic-tutorial

Very small example on how deterministic corda compilation and modules work

How to

Inside sub-module contracts the file ExamapleContract.java contains a call to new Random(). If in contracts/build.gradle the line apply from: '../deterministic.gradle' is commented out, this compiles. Otherwise the module is built with the deterministic JDK and the deterministic Corda modules, thus it doesn't compile.

References

Some of the code and ideas present in this repo are taken from Cordapp-example-deterministic

About

Very small example on how deterministic corda compilation and modules work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published