Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value.
Go to file
2017-07-25 18:10:01 +01:00
.idea/runConfigurations Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
buildSrc Upgraded both guava and guava-testlib to 21.0 and made sure they share the same version variable 2017-03-24 17:17:36 +00:00
client Reduce occurrence of flow exception in explorer demo (#467) 2017-03-31 14:19:02 +01:00
config Filter zero bytes from CRaSH input stream. (#460) 2017-03-30 11:04:51 +01:00
core Version number parser can now handle patch versions. 2017-04-07 13:50:40 +01:00
docs Update conf.py 2017-07-25 18:10:01 +01:00
experimental Consolidate maven repositories (#445) 2017-03-28 17:17:40 +01:00
finance Fixed bug whereby Cash Exit was not taking into account the issuer reference (#492) 2017-04-03 17:58:54 +01:00
gradle/wrapper Upgrade to Kotlin 1.0.7 and Gradle 3.4.1 (#402) 2017-03-22 12:05:49 +00:00
gradle-plugins bump gradle plugin version to 0.10.3 (#482) 2017-03-31 13:24:58 +01:00
lib Upgrade Quasar to 0.7.6 and fix an exception handling bug in SMM that it revealed (if an exception was thrown immediately on protocol startup we let it leak instead of capturing it in the future. 2016-08-17 14:43:45 +01:00
node Version number parser can now handle patch versions. 2017-04-07 13:50:40 +01:00
node-api Exclude commons-logging for all projects at top level. (#473) 2017-03-30 20:59:50 +01:00
node-schemas Kapt now must be run manually in order for IntelliJ to compile Corda. 2017-03-30 14:18:27 +01:00
samples Merge pull request #469 from corda/clint-reducebuildsize 2017-03-31 11:54:13 +01:00
test-utils Version number parser can now handle patch versions. 2017-04-07 13:50:40 +01:00
tools Tidy up a few rough edges for DemoBench. (#507) 2017-04-05 15:30:38 +01:00
verifier Exclude commons-logging for all projects at top level. (#473) 2017-03-30 20:59:50 +01:00
webserver Add 'finance' module to Corda WebServer, for plugins to use. (#489) 2017-04-03 17:58:17 +01:00
.gitignore Removed robots.txt from repo and added docs/build back to the gitignore list. 2017-03-30 12:23:14 +01:00
build.gradle Bump version to M10.1 for release 2017-04-07 13:54:53 +01:00
constants.properties Gradle plugins version update from 0.10.2 to 0.10.3 2017-03-30 17:11:15 +01:00
CONTRIBUTING.md Addressed some review comments about the license and readmes. 2016-11-22 11:56:46 +00:00
gradle.properties Enable Kotlin incremental compilation in Gradle 2017-01-06 16:39:01 +01:00
gradlew Upgrade to Kotlin 1.0.7 and Gradle 3.4.1 (#402) 2017-03-22 12:05:49 +00:00
gradlew.bat Upgrade to Kotlin 1.0.7 and Gradle 3.4.1 (#402) 2017-03-22 12:05:49 +00:00
LICENSE Update LICENSE 2017-03-06 15:33:29 +01:00
README.md Correct format of README.md link to Slack 2017-03-23 14:44:51 +01:00
settings.gradle Moved webserver to root project. 2017-03-30 17:34:32 +01:00
TRADEMARK Amended wording of trademark notice per advice from legal counsel. 2016-11-29 21:11:09 +00:00

Corda

Corda

Corda is a decentralised database system in which nodes trust each other as little as possible.

Features

  • A P2P network of nodes
  • Smart contracts
  • Flow framework
  • "Notary" infrastructure to validate uniqueness of transactions
  • Written as a platform for distributed apps called CorDapps
  • Written in Kotlin, targeting the JVM

Read our full and planned feature list here.

Getting started

Firstly, read the Getting started documentation.

Next, use the following guides to set up your dev environment:

  • If you are on Windows use this getting started guide which also explains through how to run the sample apps.

  • Alternatively if you are on Mac/Linux, watch this brief Webinar which walks through getting Corda, installing it, building it, running nodes and opening projects in IntelliJ.

After the above, watching the following webinars will give you a great introduction to Corda:

Webinar 1 Introduction to Corda

Richard Brown, R3 Chief Technology Officer, explains Corda's unique architecture, the only distributed ledger platform designed by and for the financial industry's unique requirements. You may want to read the Corda non-technical whitepaper as pre-reading for this session.

Webinar 2 Corda Developers Tutorial

Roger Willis, R3 Developer Relations Lead, provides an overview of Corda from a developers perspective and guidance on how to start building CorDapps. You may want to view Webinar 1 - Introduction to Corda as preparation for this session. NB. This was recorded for the M5 release.

Building on Corda

To build your own CorDapps:

  1. Clone the CorDapp Template repository
  2. Read the README (IMPORTANT!)
  3. Read the Writing a CorDapp documentation

To look at the Corda source and run some sample applications:

  1. Clone this repository
  2. To run some sample CorDapps, read the running the demos documentation
  3. Start hacking and contribute!

Development State

Corda is currently in very early development and should not be used in production systems. Breaking changes will happen on minor versions until 1.0. Experimentation with Corda is recommended.

Pull requests, experiments, and contributions are encouraged and welcomed.

Background

The project is supported by R3, a financial industry consortium, which is why it contains some code for financial use cases and why the documentation focuses on finance. The goal is to use it to construct a global ledger, simplifying finance and reducing the overheads of banking. But it is run as an open source project and the basic technology of a peer-to-peer decentralised database may be useful for many different projects.

Contributing

Please read here.

License

Apache 2.0

Acknowledgements

YourKit

YourKit supports open source projects with its full-featured Java Profiler.

YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.