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
Clinton 4f1715aafc Update Readme (#1756)
* Update Readme

Minor tweaks to Readme -- consistent capitalisation and more descriptive list of features (also reordered to put the important things first)

* Copied master readme.

* Update Readme

Minor tweaks to Readme -- consistent capitalisation and more descriptive list of features (also reordered to put the important things first)
2017-10-01 22:26:01 +01:00
.github Adjustments to the PR checklist 2017-09-20 16:58:31 +02:00
.idea Fixes bugs with contract constraints (#1696) 2017-09-28 18:30:17 +01: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 Consistent use of CordaException and CordaRuntimeException (#1710) 2017-09-28 18:42:24 +01:00
confidential-identities Contract constraints (#1518) 2017-09-25 17:05:18 +01:00
config Enforce X500Name format defined in design doc (#1427) 2017-09-07 14:47:42 +01:00
core V1 tests and fixes for the ContractConstraints work (#1739) 2017-09-29 17:18:06 +01:00
docs Fixes dead links. (#1749) 2017-10-01 10:24:49 +01:00
experimental Contract constraints (#1518) 2017-09-25 17:05:18 +01:00
finance V1 tests and fixes for the ContractConstraints work (#1739) 2017-09-29 17:18:06 +01:00
gradle/wrapper Switched gradle to include sources to make maintaining gradle files easier. 2017-08-24 12:33:11 +01:00
gradle-plugins Exclude kotlin-reflect artifact from any CorDapp. (#1555) 2017-09-19 15:05:54 +01:00
lib Restoring lib/quasar.jar from repo (#1389) 2017-09-05 12:58:23 +01:00
node V1 tests and fixes for the ContractConstraints work (#1739) 2017-09-29 17:18:06 +01:00
node-api Small API fixes against M16 (#1737) 2017-09-29 15:45:19 +01:00
samples Small API fixes against M16 (#1737) 2017-09-29 15:45:19 +01:00
testing Small API fixes against M16 (#1737) 2017-09-29 15:45:19 +01:00
tools [CORDA-624] Node Explorer on Issuing cash throws MissingContractAttachements exception (#1656) 2017-09-26 14:12:41 +01:00
verifier Contract constraints (#1518) 2017-09-25 17:05:18 +01:00
webserver Made problematic CordaRPCClient c'tor private (with internal bridge methods) and added correct c'tors for public use. (#1653) 2017-09-27 12:17:31 +01:00
.gitignore Git-ignore Node Explorer config. (#1709) 2017-09-29 11:13:19 +01:00
build.gradle Update corda version tag to 1.0.0-RC4 (#1734) 2017-09-29 15:46:22 +01:00
constants.properties Update gradle plugins version to 1.0.0 (#1753) 2017-10-01 22:25:24 +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 Upgraded to gradle 4.1. 2017-08-23 15:36:08 +01: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 Update Readme (#1756) 2017-10-01 22:26:01 +01:00
settings.gradle Move SwapIdentitiesFlow to confidential-identities module (#1531) 2017-09-18 14:19:20 +01:00
TRADEMARK Updated URL link to R3 trademark policy 2017-07-13 11:43:41 +01:00

Corda

Corda

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

Features

  • Smart contracts that can be written in Java and other JVM languages
  • Flow framework to manage communication and negotiation between participants
  • Peer-to-peer network of nodes
  • "Notary" infrastructure to validate uniqueness and sequencing of transactions without global broadcast
  • Enables the development and deployment of distributed apps called CorDapps
  • Written in Kotlin, targeting the JVM

Getting started

  1. Read the Getting Started documentation
  2. Run the Example CorDapp
  3. Read about Corda's Key Concepts
  4. Follow the Hello, World! tutorial

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.