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-21 09:42:08 +00:00
If you want to start coding on Corda, then 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>` .
* For the background behind Corda read the `introductory white paper`_ (`Simplified Chinese`_ , `Traditional Chinese`_ , `Japanese`_ ).
* For much more architectural detail, the `technical white paper`_ .
2017-01-10 10:18:38 +00:00
2019-08-21 09:42:08 +00:00
If you have questions or comments, then get in touch on `Slack <https://slack.corda.net/> `_ or ask a question on
`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-07-10 13:28:06 +00:00
.. _`introductory white paper`: _static/corda-introductory-whitepaper.pdf
.. _`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
.. _`technical white paper`: _static/corda-technical-whitepaper.pdf
.. _`download the PDF`: _static/corda-developer-site.pdf
2019-07-10 13:28:06 +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
corda-api
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
2018-06-11 15:13:45 +00:00
json.rst
2018-06-21 15:57:30 +00:00
troubleshooting.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
2019-03-26 14:28:18 +00:00
design/design-docs-index.rst
2019-01-14 15:58:00 +00:00
changelog