* Add documentation on building Corda for Win/*nix and clean up doc building documentation * Split up building corda instructions from building docs instructions * Address review comments
2.9 KiB
Welcome to Corda !
Corda is a blockchain-inspired open source distributed ledger platform. If you’d like a quick introduction to distributed ledgers and how Corda is different, then watch this short video:
Want to see Corda running? Download our demonstration application DemoBench or follow our quickstart guide </quickstart-index>
.
If you want to start coding on Corda, then familiarise yourself with the key concepts </key-concepts>
, then read our Hello, World! tutorial </hello-world-introduction>
. For the background behind Corda, read the non-technical introductory white paper or for more detail, the technical white paper.
If you have questions or comments, then get in touch on Slack or ask a question on Stack Overflow .
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.
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 serialization-index.rst json.rst troubleshooting.rst
corda-nodes-index.rst corda-networks-index.rst azure-vm.rst aws-vm.rst loadtesting.rst
pdfmode
deterministic-modules.rst release-notes.rst changelog.rst
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 design/sgx-infrastructure/design.md
building-corda.rst release-process-index.rst corda-repo-layout.rst deterministic-modules.rst building-the-docs.rst building-container-images.rst