* NOTICK: Corda 4.3-RC01 Created first release candidate of Corda 4.3 - RC01. * CORDA-3141: Add GracefulReconnect callbacks which allow logic to be performed when RPC disconnects unexpectedly (#5430) Also removed potential for growing stack trace on reconnects. * CORDA-2050 Upgrade Corda to Java 11 (compatibility mode) (#5356) Upgrade Corda to run with Java 11 (compatibility mode) - see https://github.com/corda/corda/pull/5356 * ENT-4198 Adding legal text Signed-off-by: Ed Prosser <edward.prosser@r3.com> * TM-29 new baseline for 4.3 since new debt has been added with the last few commits (#5487) * TM-23 compileAll task to compile all code (#5490) * Add simple compileAll task to be used by warning check * lazy configure compileAll * TM-32 Merge OS 4.3 into 4.4 * TM-32 fixed detekt issue * Downgrade Dokka back to 0.9.17 due to failing docs_builder. * add ability to group test types together (#5459) * add ability to group test types together * add ability to specify podCount for use in parallel testing * remove compiler xml * add Jenkinsfile to enable scanning * trigger build * add ability to specify what docker tag to use from outside of the build * fix docker work dir * fix pipeline syntax issues * use environment rather than `def` * move agent restrictor outside of stages block * use steps block * more pipeline syntax fixes * even more pipeline syntax fixes * even more pipeline syntax fixes * add kubenetize as property to image build * move clear of docker image to end of build rather than start to prevent colocated builds * escape dollar on docker image remove command * attempt to kill all existing jobs * fix compile issue due to killall_jobs * fix compile issue due to killall_jobs pt2 * fix spelling * make all variables environment variables * add logic to delete images locally after pushing * wrap testing phase with try / finally so that junit reports are always evaluated * change the behaviour around post build actions * break implicit link between testing phase and image building phase, allowing testing to occur without a rebuild and push of image * prepend registry name to provided tag * allow tasks to specify whether they wish to stream output from containers * add timestamps directive to Jenkinsfile to have timing info on output * make KubesTest resilient against transient pod failures in k8s * increase CPU request * add logic to allow specifying container resource requests * attempt to run unit and integration tests in parallel * change unit tests to use 3 cores to allow co-location on 8c machines * join grouped tests together to give pod meaningful name * add step to renew token with GKE * change renew step to use pods instead of nodes * fix bug where memory request is not correctly passed to pod * disable unit tests for now * [CORDA-2368] Added exception handling for missing files that displays appropriate messages rather than defaulting to file names. (#5472) * NOTIK Minor adjustments to Detekt rules to reflect current working practises (#5498) * Minor adjustments to rules to reflect current working practises (including IntelliJ code style alignment) * Adjust another rule in line with existing code style. * rebaseline with changed detekt ruleset * rebaseline with NodeStartup changes
4.8 KiB
Welcome to Corda !
html
Corda is an open-source blockchain platform. If you’d like a quick introduction to blockchains and how Corda is different, then watch this short video:
Want to start coding on Corda? Familiarise yourself with the key concepts </key-concepts>
, then read our Hello, World! tutorial </hello-world-introduction>
.
Want background reading material? 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.
Intro white paper Tech white paperThe introductory paper is also available in 简体中文 (Simplified Chinese), 繁體中文 (Traditional Chinese) and 日本語 (Japanese).
Questions or comments? Get in touch on Slack or ask a question on Stack Overflow .
We look forward to seeing what you can do with Corda!
Note
You can read this site offline. Either download the PDF or download the Corda source code, run gradle buildDocs
and you will have a copy of this site in the docs/build/html
directory.
latex
Welcome to Corda, a platform for building decentralized applications. This guidebook covers everything you need to know to create apps, run nodes and networks, and operate your new decentralized business network.
If you're completely new to distributed ledger technology (DLT) or Corda and would like a business-oriented overview, we recommend reading the introductory white paper. If you'd like a detailed architectural description of how the Corda protocol works, why it's designed how it is and what future work is planned, we recommend reading the technical white paper. Both white papers can be found on the Corda documentation website.
But if you'd like to dive in and start writing apps, or running nodes, this guidebook is for you. It covers the open source Corda distribution. Commercial distributions (like Corda Enterprise from R3) have their own user guides that describe their enhanced features.
We look forward to seeing what you can do with Corda!
release-notes app-upgrade-notes node-upgrade-notes cheat-sheet
quickstart-index.rst key-concepts.rst building-a-cordapp-index.rst tutorials-index.rst tools-index.rst node-internals-index.rst component-library-index.rst serialization-index.rst versioning-and-upgrades.rst cordapp-advanced-concepts.rst troubleshooting.rst
api-contracts.rst api-contract-constraints.rst api-core-types.rst api-flows.rst api-identity.rst api-persistence.rst api-rpc.rst api-service-classes.rst api-service-hub.rst api-states.rst api-testing.rst api-transactions.rst api-vault-query.rst
corda-nodes-index.rst corda-networks-index.rst docker-image.rst azure-vm.rst aws-vm.rst loadtesting.rst cli-application-shell-extensions.rst
corda-network/index.md corda-network/UAT.md
deterministic-modules.rst release-notes.rst changelog.rst
contributing-index.rst deterministic-modules.rst design/design-docs-index.rst changelog legal-info