```{eval-rst} .. _core-index: ``` # Core docs Welcome to the Dash Core developer documentation. You'll find sections for [reference information](reference/introduction.md), [API details](api/remote-procedure-calls.md), [guides](guide/introduction.md), [examples](examples/introduction.md) and [Dash Core wallet information](dashcore/wallet-arguments-and-commands.md) to help you start working with Dash as quickly as possible. Let's jump right in! ```{eval-rst} .. grid:: 1 2 3 3 .. grid-item-card:: 🛠 Core Reference :margin: 2 2 auto auto :link-type: ref :link: reference-index Blockchain and protocol details +++ :ref:`Click to begin ` .. grid-item-card:: ⚡ API Reference :margin: 2 2 auto auto :link-type: ref :link: api-rpc RPC, REST, and ZMQ information +++ :ref:`Click to begin ` .. grid-item-card:: 📑 Core Guides :margin: 2 2 auto auto :link-type: ref :link: guide-index Dash features and operation +++ :ref:`Click to begin ` .. grid-item-card:: 🚀 Core Examples :margin: 2 2 auto auto :link-type: ref :link: examples-index Examples for common use-cases +++ :ref:`Click to begin ` .. grid-item-card:: ⚙ Dash Core :margin: 2 2 auto auto :link-type: ref :link: dashcore-arguments-and-commands Dash Core configuration and usage +++ :ref:`Click to begin ` .. grid-item-card:: 📖 Glossary :margin: 2 2 auto auto :link-type: ref :link: resources-glossary Important terms with definitions +++ :ref:`Click to begin ` ``` ```{toctree} :maxdepth: 2 :caption: Core Reference :hidden: reference/introduction reference/block-chain reference/transactions reference/wallets reference/p2p-network reference/improvement-proposals ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: Core API Reference :hidden: api/dash-core-apis-hash-byte-order api/remote-procedure-calls api/http-rest api/zmq ``` ```{toctree} :maxdepth: 2 :caption: Core Guides :titlesonly: :hidden: guide/introduction guide/dash-features guide/block-chain guide/transactions guide/contracts guide/wallets guide/operating-modes guide/p2p-network guide/mining ``` ```{toctree} :maxdepth: 2 :caption: Core Examples :hidden: examples/introduction examples/configuration-file examples/testing-applications examples/transaction-tutorial examples/p2p-network examples/receiving-zmq-notifications ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: Dash Core Wallet :hidden: dashcore/wallet-arguments-and-commands dashcore/wallet-configuration-file ``` ```{toctree} :maxdepth: 2 :titlesonly: :caption: Additional Resources :hidden: resources/glossary Mainnet Block Explorer Testnet Block Explorer Testnet Faucet API Services SDK Resources Dash Improvement Proposals Dash Whitepaper Bitcoin Whitepaper Previous Version of Docs ``` Questions about Dash development are best asked in one of the [Dash development communities](https://www.dash.org/community/). Errors or suggestions related to documentation can be submitted as via the "Edit this page" button on the top, right of each page. ```{eval-rst} .. image:: https://raw.githubusercontent.com/dashpay/docs/master/img/businessplan.svg :class: no-scaled-link :align: center :width: 90% ```