corda/docs/source/index.rst

150 lines
4.7 KiB
ReStructuredText
Raw Normal View History

Welcome to Corda !
==================
.. only:: html
2016-08-11 12:57:41 +00:00
`Corda <https://www.corda.net/>`_ is an open-source blockchain platform. If youd like a quick introduction to blockchains and how Corda is different, then watch this short video:
.. raw:: html
<embed>
<iframe src="https://player.vimeo.com/video/205410473" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</embed>
**Want to start coding on Corda?** Familiarise yourself with the :doc:`key concepts </key-concepts>`, then read
our :doc:`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.
.. raw:: html
<a href="_static/corda-introductory-whitepaper.pdf"><button class="button button2">Intro white paper</button></a> &nbsp; &nbsp;
<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
`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.
.. _`简体中文 (Simplified Chinese)`: _static/corda-introductory-whitepaper-zhs.pdf
.. _`繁體中文 (Traditional Chinese)`: _static/corda-introductory-whitepaper-zht.pdf
.. _`日本語 (Japanese)`: _static/corda-introductory-whitepaper-jp.pdf
.. _`download the PDF`: _static/corda-developer-site.pdf
.. 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`_.
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!
.. _`the Corda documentation website`: https://docs.corda.net
.. toctree::
:maxdepth: 1
:hidden:
:titlesonly:
release-notes
app-upgrade-notes
node-upgrade-notes
cheat-sheet
.. toctree::
:caption: Development
:maxdepth: 1
:hidden:
:titlesonly:
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
versioning-and-upgrades.rst
cordapp-advanced-concepts.rst
2018-06-21 15:57:30 +00:00
troubleshooting.rst
.. 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
.. toctree::
:caption: Operations
:maxdepth: 2
:hidden:
:titlesonly:
corda-nodes-index.rst
corda-networks-index.rst
docker-image.rst
azure-vm.rst
aws-vm.rst
loadtesting.rst
cli-application-shell-extensions.rst
2018-06-21 15:57:30 +00:00
.. Documentation is not included in the pdf unless it is included in a toctree somewhere
.. conditional-toctree::
:caption: Corda Network
:maxdepth: 2
:if_tag: htmlmode
:hidden:
:titlesonly:
corda-network/index.md
corda-network/UAT.md
.. conditional-toctree::
:caption: Contents
:maxdepth: 2
:if_tag: pdfmode
deterministic-modules.rst
release-notes.rst
changelog.rst
.. conditional-toctree::
:caption: Participate
:maxdepth: 2
:if_tag: htmlmode
:hidden:
:titlesonly:
contributing-index.rst
deterministic-modules.rst
changelog
legal-info