2017-06-08 16:15:46 +00:00
Welcome to Corda !
==================
2015-11-25 13:27:07 +00:00
2019-08-21 09:42:08 +00:00
.. only :: html
2016-08-11 12:57:41 +00:00
2019-08-21 09:42:08 +00:00
`Corda <https://www.corda.net/> `_ 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:
2017-01-10 10:18:38 +00:00
2019-08-21 09:42:08 +00:00
.. raw :: html
2017-02-28 15:29:21 +00:00
2019-08-21 09:42:08 +00:00
<embed>
<iframe src="https://player.vimeo.com/video/205410473" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</embed>
2017-01-31 12:59:24 +00:00
2019-08-22 17:19:27 +00:00
**Want to start coding on Corda?** Familiarise yourself with the :doc: `key concepts </key-concepts>` , then read
2019-07-10 13:28:06 +00:00
our :doc: `Hello, World! tutorial </hello-world-introduction>` .
2019-08-22 17:19:27 +00:00
**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.
2017-01-10 10:18:38 +00:00
2019-08-22 17:19:27 +00:00
.. raw :: html
<a href="_static/corda-introductory-whitepaper.pdf"><button class="button button2">Intro white paper</button></a>
<a href="_static/corda-technical-whitepaper.pdf"><button class="button button2">Tech white paper</button></a><br><br>
The introductory paper is also available in `简体中文 (Simplified Chinese)`_ , `繁體中文 (Traditional Chinese)`_ and `日本語 (Japanese)`_ .
**Questions or comments?** Get in touch on `Slack <https://slack.corda.net/> `_ or ask a question on
2019-08-21 09:42:08 +00:00
`Stack Overflow <https://stackoverflow.com/questions/tagged/corda> `_ .
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.
2019-08-22 17:19:27 +00:00
.. _`简体中文 (Simplified Chinese)`: _static/corda-introductory-whitepaper-zhs.pdf
.. _`繁體中文 (Traditional Chinese)`: _static/corda-introductory-whitepaper-zht.pdf
.. _`日本語 (Japanese)`: _static/corda-introductory-whitepaper-jp.pdf
2019-08-21 09:42:08 +00:00
.. _`download the PDF`: _static/corda-developer-site.pdf
2019-09-18 11:01:18 +00:00
2019-08-21 09:42:08 +00:00
.. only :: 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`_ .
2017-06-08 16:15:46 +00:00
2019-08-21 09:42:08 +00:00
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.
2016-03-08 17:32:13 +00:00
2019-08-21 09:42:08 +00:00
We look forward to seeing what you can do with Corda!
2018-03-28 14:36:08 +00:00
2019-08-21 09:42:08 +00:00
.. _`the Corda documentation website`: https://docs.corda.net
2015-11-25 13:27:07 +00:00
2018-12-19 16:12:20 +00:00
.. toctree ::
:maxdepth: 1
2019-07-02 11:11:36 +00:00
:hidden:
:titlesonly:
2018-12-19 16:12:20 +00:00
release-notes
app-upgrade-notes
2019-02-20 19:38:27 +00:00
node-upgrade-notes
2019-03-26 14:28:18 +00:00
cheat-sheet
2018-12-19 16:12:20 +00:00
2015-11-25 13:27:07 +00:00
.. toctree ::
2018-05-11 15:32:19 +00:00
:caption: Development
2017-06-08 16:15:46 +00:00
:maxdepth: 1
2019-07-02 11:11:36 +00:00
:hidden:
:titlesonly:
2017-06-07 15:14:01 +00:00
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
2018-06-21 15:57:30 +00:00
serialization-index.rst
2019-08-23 12:08:53 +00:00
versioning-and-upgrades.rst
cordapp-advanced-concepts.rst
2018-06-21 15:57:30 +00:00
troubleshooting.rst
2018-05-11 15:15:06 +00:00
2019-08-23 12:08:53 +00:00
.. toctree ::
:caption: Corda API
:maxdepth: 1
:titlesonly:
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
2018-05-11 15:15:06 +00:00
.. toctree ::
:caption: Operations
:maxdepth: 2
2019-07-02 11:11:36 +00:00
:hidden:
:titlesonly:
2018-05-11 15:15:06 +00:00
corda-nodes-index.rst
corda-networks-index.rst
2019-01-16 10:30:02 +00:00
docker-image.rst
2018-05-11 15:32:19 +00:00
azure-vm.rst
aws-vm.rst
loadtesting.rst
2018-09-14 15:37:58 +00:00
cli-application-shell-extensions.rst
2018-05-11 15:32:19 +00:00
2018-06-21 15:57:30 +00:00
.. Documentation is not included in the pdf unless it is included in a toctree somewhere
2018-07-24 09:05:57 +00:00
2019-01-16 10:30:02 +00:00
.. conditional-toctree ::
:caption: Corda Network
:maxdepth: 2
:if_tag: htmlmode
2019-07-02 11:11:36 +00:00
:hidden:
:titlesonly:
2019-01-16 10:30:02 +00:00
corda-network/index.md
2019-02-18 10:56:44 +00:00
corda-network/UAT.md
2019-01-16 10:30:02 +00:00
2018-07-24 09:05:57 +00:00
.. conditional-toctree ::
:caption: Contents
:maxdepth: 2
:if_tag: pdfmode
deterministic-modules.rst
release-notes.rst
changelog.rst
2019-01-14 15:58:00 +00:00
.. conditional-toctree ::
:caption: Participate
:maxdepth: 2
:if_tag: htmlmode
2019-07-02 11:11:36 +00:00
:hidden:
:titlesonly:
2019-01-14 15:58:00 +00:00
contributing-index.rst
deterministic-modules.rst
changelog
2019-09-18 11:01:18 +00:00
legal-info