mpvolt / cordapp-bootcamp

Creating Blockchain Applications Using R3 Corda

Repository from Github https://github.commpvolt/cordapp-bootcampRepository from Github https://github.commpvolt/cordapp-bootcamp

Corda

Bootcamp CorDapp

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.

Set up

  1. Download and install a JDK 8 JVM (minimum supported version 8u131)

  2. Download and install IntelliJ Community Edition (supported versions 2017.x and 2018.x)

  3. Download the bootcamp-cordapp repository:

    git clone https://github.com/corda/bootcamp-cordapp
    

Links to useful resources

This project contains example state, contract and flow implementations:

  • src/main/java/java_examples/ArtState
  • src/main/java/java_examples/ArtContract
  • src/main/java/java_examples/ArtTransferFlowInitiator
  • src/main/java/java_examples/ArtTransferFlowResponder

About

Creating Blockchain Applications Using R3 Corda


Languages

Language:Java 100.0%