```{eval-rst} .. _platform-index: ``` # Platform docs Welcome to the Dash Platform developer documentation. You'll find guides and documentation to help you start working with Dash Platform and building decentralized applications based on the Dash cryptocurrency. Let's jump right in! ```{eval-rst} .. grid:: 1 2 3 3 .. grid-item-card:: 💡 Introduction :margin: 2 2 auto auto :link-type: ref :link: intro-index Background information about Dash +++ :ref:`Click to begin ` .. grid-item-card:: 💻 Tutorials :margin: 2 2 auto auto :link-type: ref :link: tutorials-intro Basics of building with Dash Platform +++ :ref:`Click to begin ` .. grid-item-card:: 📑 Explanations :margin: 2 2 auto auto :link-type: ref :link: explanations-dapi Descriptions of Dash Platform features +++ :ref:`Click to begin ` .. grid-item-card:: 📚 Reference :margin: 2 2 auto auto :link-type: ref :link: reference-dapi-endpoints API endpoint details and technical information +++ :ref:`Click to begin ` .. grid-item-card:: 🔍 Platform Protocol Reference :margin: 2 2 auto auto :link-type: ref :link: protocol-ref-overview Dash Platform protocol reference +++ :ref:`Click to begin ` .. grid-item-card:: 📖 Resources :margin: 2 2 auto auto :link-type: ref :link: resources-faq Links to helpful sites and tools +++ :ref:`Click to begin ` .. grid-item-card:: 🛠️ Dash SDK :margin: 2 2 auto auto :link-type: ref :link: sdk-js-index JavaScript SDK documentation +++ :ref:`Click to begin ` .. grid-item-card:: 🛠️ DAPI Client :margin: 2 2 auto auto :link-type: ref :link: dapi-client-js-index JavaScript DAPI-Client documentation +++ :ref:`Click to begin ` ``` ```{toctree} :maxdepth: 2 :caption: Introduction :hidden: intro/what-is-dash intro/what-is-dash-platform intro/testnet ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: Tutorials :hidden: tutorials/introduction tutorials/connecting-to-testnet tutorials/create-and-fund-a-wallet tutorials/setup-sdk-client tutorials/identities-and-names tutorials/contracts-and-documents tutorials/send-funds tutorials/use-dapi-client-methods tutorials/setup-a-node tutorials/tui/index ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: Explanations :hidden: explanations/dapi explanations/platform-protocol explanations/identity explanations/dpns explanations/drive explanations/platform-consensus explanations/dashpay explanations/fees explanations/nft ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: Reference :hidden: reference/dapi-endpoints reference/query-syntax reference/data-contracts reference/glossary ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: Platform Protocol Reference :hidden: protocol-ref/overview protocol-ref/identity protocol-ref/data-contract protocol-ref/state-transition protocol-ref/document protocol-ref/data-trigger protocol-ref/errors ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: Resources :hidden: resources/faq resources/repository-overview Platform Explorer Testnet Block Explorer Testnet Faucet JavaScript SDK resources/source-code Previous Version of Docs ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: JavaScript SDK :hidden: sdk-js/overview sdk-js/examples/examples sdk-js/getting-started/getting-started sdk-js/platform/platform sdk-js/usage/usage sdk-js/wallet/wallet ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: Rust SDK :hidden: sdk-rs/overview sdk-rs/quick-start ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: DAPI Client :hidden: dapi-client-js/overview dapi-client-js/quick-start dapi-client-js/usage/usage ```