Getting started
Setting up Corda Community Edition
To start using Corda Community Edition if you have never used Corda before:
Install the required software:
- Java 8 JDK
- IntelliJ IDEA
- Git
- Gradle
For help finding these, use the setup guide.
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
- Follow the tutorial to set up a Corda network and start coding your CorDapps.
Downloading Corda Community Edition
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.
Next steps
- Familiarize yourself with the Corda key concepts.
- Run a sample CorDapp to see Corda in action.
- 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.
Read Corda white papers
- The introductory white paper describes Corda’s mission and philosophy. It’s suitable for a business audience.
- The technical white paper describes the architecture and protocol.
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.