Getting started

To start using Corda Community Edition if you have never used Corda before:

  1. Install the required software:

    • Java 8 JDK
    • IntelliJ IDEA
    • Git
    • Gradle

    For help finding these, use the setup guide.

  2. Clone the CorDapp samples repository. CorDapps are applications that run on a Corda network. Run the appropriate command:

  • Java: git clone http://github.com/corda/samples-java
  • Kotlin: git clone http://github.com/corda/samples-kotlin
  1. Follow the tutorial to set up a Corda network and start coding your CorDapps.

To download Corda Community Edition, or to upgrade from an open source version of Corda:

  • Download the .tar file.
  • Download the .zip file
  • Use the Docker image available on Docker Hub.

If you are upgrading from an open source version of Corda, follow the upgrade guides to make sure your node and CorDapps are upgraded correctly.

  1. Familiarize yourself with the Corda key concepts.
  2. Run a sample CorDapp to see Corda in action.
  3. Build your own CorDapp from scratch.

You can then take your Corda integration to the next level by deep-diving into specific topics in our Corda Community Edition documentation. You can also view the API reference material, browse featured apps, or browse tools and add-ons.

Was this page helpful?

Thanks for your feedback!

Chat with us

Chat with us on our #docs channel on slack. You can also join a lot of other slack channels there and have access to 1-on-1 communication with members of the R3 team and the online community.

Propose documentation improvements directly

Help us to improve the docs by contributing directly. It's simple - just fork this repository and raise a PR of your own - R3's Technical Writers will review it and apply the relevant suggestions.

We're sorry this page wasn't helpful. Let us know how we can make it better!

Chat with us

Chat with us on our #docs channel on slack. You can also join a lot of other slack channels there and have access to 1-on-1 communication with members of the R3 team and the online community.

Create an issue

Create a new GitHub issue in this repository - submit technical feedback, draw attention to a potential documentation bug, or share ideas for improvement and general feedback.

Propose documentation improvements directly

Help us to improve the docs by contributing directly. It's simple - just fork this repository and raise a PR of your own - R3's Technical Writers will review it and apply the relevant suggestions.