2017-06-08 16:15:46 +00:00
|
|
|
.. _key-concepts-label:
|
|
|
|
|
2017-06-07 15:14:01 +00:00
|
|
|
Key concepts
|
|
|
|
============
|
2017-01-26 15:46:40 +00:00
|
|
|
|
2017-06-05 12:37:23 +00:00
|
|
|
This section describes the key concepts and features of the Corda platform. It is intended for readers who are new to
|
|
|
|
Corda, and want to understand its architecture. It does not contain any code, and is suitable for non-developers.
|
|
|
|
|
|
|
|
This section should be read in order:
|
|
|
|
|
2017-06-07 15:14:01 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
key-concepts-ecosystem
|
|
|
|
key-concepts-ledger
|
|
|
|
key-concepts-states
|
|
|
|
key-concepts-contracts
|
|
|
|
key-concepts-transactions
|
|
|
|
key-concepts-flows
|
|
|
|
key-concepts-consensus
|
|
|
|
key-concepts-notaries
|
|
|
|
key-concepts-time-windows
|
|
|
|
key-concepts-oracles
|
|
|
|
key-concepts-node
|
|
|
|
key-concepts-tradeoffs
|
2017-01-26 15:46:40 +00:00
|
|
|
|
2017-05-15 11:08:57 +00:00
|
|
|
The detailed thinking and rationale behind these concepts are presented in two white papers:
|
2017-01-26 15:46:40 +00:00
|
|
|
|
|
|
|
* `Corda: An Introduction`_
|
2017-05-15 11:08:57 +00:00
|
|
|
* `Corda: A Distributed Ledger`_ (A.K.A. the Technical White Paper)
|
|
|
|
|
2017-06-07 15:14:01 +00:00
|
|
|
Explanations of the key concepts are also available as `videos <https://vimeo.com/album/4555732/>`_.
|
2017-01-26 15:46:40 +00:00
|
|
|
|
|
|
|
.. _`Corda: An Introduction`: _static/corda-introductory-whitepaper.pdf
|
|
|
|
.. _`Corda: A Distributed Ledger`: _static/corda-technical-whitepaper.pdf
|