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
Adel El-Beik eb99c3088d
Merge pull request #7773 from corda/snyk-fix-2e680dae431e26ec29ab098ec605b3fe
[Snyk] Security upgrade amazoncorretto from 8u392-al2 to 8u422-al2
2024-07-31 13:19:42 +01:00
.ci Merging forward updates from release/os/4.10 to release/os/4.11 - 2024-06-11 2024-06-11 09:54:14 +00:00
.github Merging forward updates from release/os/4.10 to release/os/4.11 - 2024-04-08 2024-04-08 11:42:30 +00:00
.idea
buildSrc
client Merge branch 'release/os/4.9' into shams-4.10-merge-e6a80822 2023-07-13 10:53:30 +01:00
common ENT-8983 - Postgres migration failure (#7408) 2023-07-07 13:29:35 +01:00
confidential-identities
config Merging forward updates from release/os/4.9 to release/os/4.10 - 2023-11-03 2023-11-03 10:00:35 +00:00
core ENT-11245 Catch and transform new enum type value. (#7596) 2023-11-30 19:13:34 +00:00
core-tests ENT-10100 Filter out UNVERIFIED txns + move TransactionStatus package. (#7543) 2023-10-24 17:01:37 +01:00
detekt-plugins ENT-10285: Remove experimental DJVM support (#7442) 2023-08-09 08:44:32 +01:00
docker fix: docker/src/docker/DockerfileAL to reduce vulnerabilities 2024-07-27 07:20:27 +00:00
docs
experimental ENT-11073 Checkpoint agent: update java assist version. (#7554) 2023-11-02 17:46:29 +00:00
finance ENT-10284 Performance optimise deserialisation (#7425) 2023-07-20 09:51:35 +01:00
gradle/wrapper
isolated
node Merging forward updates from release/os/4.10 to release/os/4.11 - 2024-03-13 2024-03-13 17:23:47 +00:00
node-api Merging forward updates from release/os/4.10 to release/os/4.11 - 2024-01-30 2024-01-30 11:51:24 +00:00
node-api-tests
opentelemetry
release-tools Merge branch 'release/os/4.11' into snyk-fix-a389c1cf71fd40130672d30e45891faf 2024-07-31 13:18:37 +01:00
samples Update notary demo to ensure txn signed by all before recording. 2023-08-24 16:56:11 +01:00
serialization ENT-10100: fix batch support during recovery of in flight transactions (#7549) 2023-10-27 13:26:07 +01:00
serialization-tests ENT-10284 Performance optimise deserialisation (#7425) 2023-07-20 09:51:35 +01:00
testing ENT-10100 Filter out UNVERIFIED txns + move TransactionStatus package. (#7543) 2023-10-24 17:01:37 +01:00
tools ENT-11073 Checkpoint agent: update java assist version. (#7554) 2023-11-02 17:46:29 +00:00
.dockerignore
.gitignore
.snyk Merge branch 'release/os/4.9' into shams-4.10-merge-e6a80822 2023-07-13 10:53:30 +01:00
build.gradle ES-2371: Revert h2 data test change. Will be done in separate branch. 2024-05-23 16:07:45 +01:00
BUILD.md
constants.properties Merging forward updates from release/os/4.10 to release/os/4.11 - 2024-07-31 2024-07-31 09:49:49 +00:00
CONTRIBUTING.md
CONTRIBUTORS.md
detekt-baseline-config.yml
detekt-baseline.xml ENT-10285: Remove experimental DJVM support (#7442) 2023-08-09 08:44:32 +01:00
detekt-config.yml
gradle.properties ES-1331: Enable Gradle Enterprise build scans & remote caching (#7574) 2023-11-17 17:41:45 +00:00
gradlew
gradlew.bat
java8.gradle
Jenkinsfile Merge branch 'release/os/4.8' into merge-release/os/4.7-release/os/4.8-2023-11-17-6 2023-11-18 18:10:07 +00:00
LICENSE
README.md
SECURITY.md
settings.gradle Merge branch 'release/os/4.11' into merge-release/os/4.10-release/os/4.11-2023-11-20-9 2023-11-21 09:16:06 +00:00
sizing.sh
TRADEMARK

Corda

License

Corda

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.

Architecture Evolution

The code present in this repository reflects the first version of the implementation of the Corda model for DLT technology. This first architecture version covers Corda versions 1 through 4 and continues to deliver on the promise of DLT for both the open source community and industry as a whole.

However, like all things, Corda must evolve to serve the more stringent needs of today. This is why the second (and current) version of the Corda Architecture can be found here and will form the basis of the Corda 5 release.

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

Corda is an open-source project and contributions are welcome!

To find out how to contribute, please see our contributing docs.

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.