Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Latest commit

 

History

History
55 lines (41 loc) · 2.91 KB

index.rst

File metadata and controls

55 lines (41 loc) · 2.91 KB

Cardano Documentation

Note

Please note, all new documentation is currently hosted in this temporary site design. A new site UI with the refreshed Cardano brand look and feel is in the final stages of production and will be deployed here very soon

Cardano is a decentralized third-generation proof-of-stake blockchain platform and home to the ada cryptocurrency. It is the first blockchain platform to evolve out of a scientific philosophy and a research-first driven approach.

The Cardano platform has been designed from the ground up and verified by an industry-leading combination of leading engineers and academic experts in the fields of blockchain and cryptography. It has a strong focus on sustainability, scalability, and transparency. It is a fully open source project that aims to deliver an inclusive, fair, and resilient infrastructure for financial and social applications on a global scale. One of its primary goals is to bring reliable, secure financial services to those people who do not currently have access.

Cardano has been designed with security as one of its founding principles. It is written in Haskell, a functional programming language. In a functional language like Haskell, building your system using pure functions is encouraged, which leads to a design where components are conveniently testable in isolation. Furthermore, advanced features of Haskell enable us to employ a whole range of powerful methods for ensuring correctness of the code, such as basing the implementation on formal and executable specifications, extensive property-based testing, and running tests in simulation.

Cardano is developing a smart contract platform which seeks to deliver more advanced features than any protocol previously developed and will serve as a stable and secure platform for the development of enterprise-level dApps. In the near future, Cardano will use a democratic governance system that allows the project to evolve over time, and fund itself in a sustainable way through a visionary treasury system.

.. toctree::
   :maxdepth: 3
   :caption: Getting Started
   :titlesonly:
   :hidden:

   cardano-node Quickstart <cardano-components/cardano-node/doc/cardano-node-quickstart>
   Stakepool Operators <getting-started/stakepool-operators/index>
   3rd-party Integration <getting-started/3rd-party-integration/index>

.. toctree::
   :maxdepth: 3
   :caption: Explore Cardano
   :titlesonly:
   :hidden:

   learn-about-cardano/index
   cardano-tutorials/README
   glossary
   release-notes

.. toctree::
   :maxdepth: 3
   :caption: Cardano Components
   :titlesonly:

   cardano-components/adrestia/doc/index
   cardano-components/cardano-node/doc/index


.. toctree::
   :maxdepth: 3
   :caption: Supporting Cardano
   :titlesonly:
   :hidden:

   contribute-cardano/providing-feedback
   contribute-cardano/ambassadors-program
   contribute-cardano/community-generated-content
   get-support