2017-06-08 17:15:46 +01:00
Welcome to Corda !
==================
2015-11-25 14:27:07 +01:00
2018-08-14 10:06:30 +01: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:
2016-08-11 13:57:41 +01:00
2017-06-08 17:15:46 +01:00
.. raw :: html
2017-01-10 10:18:38 +00:00
2017-06-08 17:15:46 +01:00
<embed>
<iframe src="https://player.vimeo.com/video/205410473" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</embed>
2017-02-28 16:29:21 +01:00
2017-10-30 10:09:08 +00:00
Want to see Corda running? Download our demonstration application `DemoBench <https://www.corda.net/downloads/> `_ or
follow our :doc: `quickstart guide </quickstart-index>` .
2017-01-31 12:59:24 +00:00
2017-10-30 10:09:08 +00:00
If you want to start coding on Corda, then familiarise yourself with the :doc: `key concepts </key-concepts>` , then read
2017-11-16 15:31:52 +00:00
our :doc: `Hello, World! tutorial </hello-world-introduction>` . For the background behind Corda, read the non-technical
2018-10-04 10:45:55 +01:00
`platform white paper`_ or for more detail, the `technical white paper`_ .
2017-01-10 10:18:38 +00:00
2018-03-16 13:41:38 +00:00
If you have questions or comments, then get in touch on `Slack <https://slack.corda.net/> `_ or ask a question on
2017-10-30 10:09:08 +00:00
`Stack Overflow <https://stackoverflow.com/questions/tagged/corda> `_ .
2017-06-08 17:15:46 +01:00
2017-06-20 11:26:36 +01:00
We look forward to seeing what you can do with Corda!
2016-03-08 18:32:13 +01:00
2018-03-28 16:36:08 +02:00
.. 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.
2018-10-04 10:45:55 +01:00
.. _`platform white paper`: _static/corda-platform-whitepaper.pdf
2017-06-20 11:26:36 +01:00
.. _`technical white paper`: _static/corda-technical-whitepaper.pdf
2018-03-28 16:36:08 +02:00
.. _`download the PDF`: _static/corda-developer-site.pdf
2015-11-25 14:27:07 +01:00
2018-12-19 17:12:20 +01:00
.. toctree ::
:maxdepth: 1
release-notes
app-upgrade-notes
2019-02-20 20:38:27 +01:00
node-upgrade-notes
2018-12-19 17:12:20 +01:00
2015-11-25 14:27:07 +01:00
.. toctree ::
2018-05-11 17:32:19 +02:00
:caption: Development
2017-06-08 17:15:46 +01:00
:maxdepth: 1
2017-06-07 16:14:01 +01: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 16:57:30 +01:00
serialization-index.rst
2018-06-11 17:13:45 +02:00
json.rst
2018-06-21 16:57:30 +01:00
troubleshooting.rst
2018-05-11 17:15:06 +02:00
.. toctree ::
:caption: Operations
:maxdepth: 2
corda-nodes-index.rst
corda-networks-index.rst
2019-01-16 11:30:02 +01:00
docker-image.rst
2018-05-11 17:32:19 +02:00
azure-vm.rst
aws-vm.rst
loadtesting.rst
2018-09-14 16:37:58 +01:00
cli-application-shell-extensions.rst
2018-05-11 17:32:19 +02:00
2018-06-21 16:57:30 +01:00
.. Documentation is not included in the pdf unless it is included in a toctree somewhere
2018-07-24 10:05:57 +01:00
2019-01-16 11:30:02 +01:00
.. conditional-toctree ::
:caption: Corda Network
:maxdepth: 2
:if_tag: htmlmode
corda-network/index.md
2019-02-18 10:56:44 +00:00
corda-network/UAT.md
2019-01-16 11:30:02 +01:00
2018-07-24 10:05:57 +01: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
contributing-index.rst
deterministic-modules.rst
changelog
2018-07-24 10:05:57 +01:00
.. conditional-toctree ::
:caption: Design docs
:maxdepth: 2
:if_tag: htmlmode
design/design-review-process.md
design/certificate-hierarchies/design.md
design/failure-detection-master-election/design.md
design/float/design.md
design/hadr/design.md
design/kafka-notary/design.md
design/monitoring-management/design.md
design/sgx-integration/design.md
2018-10-02 16:29:19 +01:00
design/reference-states/design.md
2018-07-24 10:05:57 +01:00
design/sgx-infrastructure/design.md
2018-09-21 18:48:47 +01:00
design/threat-model/corda-threat-model.md
2018-04-17 14:57:51 +02:00
design/data-model-upgrades/signature-constraints.md
2018-10-15 15:01:51 +01:00
design/data-model-upgrades/package-namespace-ownership.md
2018-12-13 13:15:33 +01:00
design/targetversion/design.md