This project is the template we will use as a basis for developing a complete CorDapp during today's bootcamp. This CorDapp will allow the issuance of tokens onto the ledger.
-
Download and install a JDK 8 JVM (minimum supported version 8u131)
-
Download and install IntelliJ Community Edition (supported versions 2017.x and 2018.x)
-
Download the bootcamp-cordapp repository:
git clone https://github.com/corda/bootcamp-cordapp
This project contains example state, contract and flow implementations:
src/main/java/java_examples/ArtStatesrc/main/java/java_examples/ArtContractsrc/main/java/java_examples/ArtTransferFlowInitiatorsrc/main/java/java_examples/ArtTransferFlowResponder
