dashhq.org

Dash Ecosystem

Dash Platform is the data layer run by Dash's masternodes: identities, usernames, documents and tokens. This map places each working app, tool and document on the layer it uses.

New here? Pick a route to number its stops on the map.

  1. Get a username and pay people by name.

    Dash FaucetDashPay walletPlatform ExtensionPlatform Explorer

  2. From the docs to your first contract.

    Platform docsDash FaucetEvo SDKTutorial appsContract Fee Estimator

  3. Set up, upgrade, earn and vote.

    dashmateUpgrade Vote StatusEvonode PaymentsEvoVoteMasternode Map

Drag the map sideways to see all of it.

On the map23 projects

In the directory40 more

Key

Live on mainnet Testnet only for now Funds Platform from Core

Checked

Apps and wallets

Things you install or open to use Dash Platform.

Dash Core GroupMainnet

DashPay wallet

Google PlayApp Store

The mobile wallet from Dash Core Group. Register a username, add contacts by name and pay them without an address. Masternode owners can also vote on contested names.

pastaMainnet

EvoVote

vote.dashhq.org

Live tallies for every contested username, and a way for masternode owners to vote on them. Votes are signed in your browser and your key never leaves the page.

Dash Core GroupMainnet and testnet

Dash Evo Tool

ReleasesGuide

A desktop app for everything on Platform: identities, usernames, name voting, tokens, contracts and documents. New builds ship weekly as prereleases.

pastaTestnet

Yappr

yap.pr

A social network where posts, follows, messages and small shops are all Platform documents.

pastaTestnet

Pollr

pollr.dashhq.org

Create a poll and collect answers. Each vote is a Platform document, and an index on the contract stops anyone voting twice.

pastaTestnet

Dash Forge

forge.dashhq.org

A git forge with no server: repositories, pull requests, issues and releases on Platform. Clone with git clone dash://owner/repo.

Explore the network

See what is on Platform and how the masternodes are doing.

pshenmicMainnet and testnet

Platform Explorer

platform-explorer.comtestnet

The main block explorer for Platform. Search for an identity, username, contract or transaction and see its history, balances, documents and tokens.

pastaMainnet and testnet

Native Platform Explorer

explorer.dashhq.org

An explorer with no server behind it. Your browser fetches each value from the network and checks its proof, and you can open any proof to see how it was verified.

pastaMainnet

Masternode Map

map.dashhq.org

Every masternode on a world map, with counts by country and hosting provider. The data refreshes every day.

Dash Core GroupMainnet

Evonode Payments

dashpay.github.io

What each evonode earned from Platform in the last epoch: blocks proposed, DASH paid, a monthly estimate and when it next proposes.

Dash Core GroupMainnet and testnet

Upgrade Vote Status

dashpay.github.io

Whether the next Platform protocol version has locked in, with each evonode's software version and vote, and a countdown to the epoch change.

Build on Platform

Docs, SDKs, test funds and the tools around them.

Dash Core GroupDocs

Platform docs

docs.dash.org

The official developer docs. Concepts, protocol reference, the DAPI endpoint list and step-by-step tutorials, from registering an identity to minting a token.

Dash Core GroupMainnet and testnet

Evo SDK

evo-sdk.dash.orgsource

The JavaScript SDK for Platform, with proofs checked on every query. The site has a playground where you can run any SDK method in the browser without installing anything.

pastaTestnet and mainnet

Dash Faucet

faucet.dashhq.org

Free testnet DASH for development, plus mainnet invitations that the DashPay wallet turns into an identity and a username.

pasta, in the dashpay orgMainnet and testnet

Dash Bridge

bridge.thepasta.org

Move DASH from Core into Platform without a server in between. Create or top up an identity, register a username or publish a contract.

Dash Core GroupTestnet

Tutorial apps

dashpay.github.io

Six small working apps built with the Evo SDK, such as notes, NFT cards, file timestamps and a token run by a group of signers. Read the code, then change it.

pastaMainnet and testnet

DAPI Explorer

dapi.dashhq.org

Query the API that every evonode serves and read the raw responses: chain status, blocks, identities, contracts and a live block stream.

Dash Core GroupCommand line

dashmate

docs.dash.org

The official way to run an evonode, or a local network for development. It sets up Dash Core and Platform in Docker and reports the health of each service.

Learn how it works

Interactive diagrams of the machinery underneath.

pastaDiagram

Platform Architecture Map

arch.dashhq.org

How Platform's parts fit together: what runs on an evonode, what the client checks, and DAPI in between. Select any part to see its role and source.

Dash Core GroupDiagram

GroveDB Structure Viewer

dashpay.github.io

The layout of Platform's database, one tree at a time. Select a tree to zoom in, and move the slider to see how the layout changed between protocol versions.

Dash Core GroupMainnet and testnet

Contract Visualizer

dashpay.github.io

Paste a contract ID and see its document types drawn as tables, with fields, indexes and likely relationships. Export the diagram as PNG or SVG.

Directory

Libraries, references, services and smaller tools.

Wallets and apps

  • Dash Desktoppshenmic

    Desktop wallet that shows Core balances next to your Platform identities and names. Beta, read-only for now.

  • EvoNextSansbank DAO

    A social app and a studio for small apps published to Platform. The web app runs on testnet.

  • evotools247bas

    Browser tools for getting started: key generation, identities, names, tokens and a contested-name tracker.

  • Token WizardScolvr

    Step-by-step builder for a token contract: supply, permissions and distribution rules.

  • Dash VoteMNOwatch

    Which masternodes voted for each side of every contested username.

Libraries

  • Rust SDKDash Core Group

    Typed, proof-checked access to Platform from Rust. The base for the mobile and WASM SDKs.

  • Swift SDK and Kotlin SDKDash Core Group

    Native mobile SDKs, each with an example app. Build from source.

  • rust-dashcoreDash Core Group

    Core primitives, an SPV client and an HD wallet in Rust, used by the Platform SDKs.

  • WASM SDKDash Core Group

    The layer under the Evo SDK, for raw queries and state transitions.

  • dash-platform-sdkpshenmic

    A lightweight JavaScript SDK, used by Platform Explorer and the extension.

  • evo-cookbook247bas

    Tested Evo SDK recipes, and npm create evo-app to start a project.

  • dash-rawkey-signerhilawe

    Sign state transitions from a single private key, for servers and recovery.

  • platform-authpasta

    Login for Platform web apps: identity, password or passkey unlock, and session restore. Source only.

  • grovedb-proof-parserpasta

    Turn raw GroveDB proof bytes into a readable tree, in the browser.

  • claudashlklimek

    A Claude Code plugin that teaches the assistant Platform's contracts, SDKs and API.

Specs and reference

  • Platform sourceDash Core Group

    One repository for Drive, DAPI, every SDK, dashmate and the system contracts.

  • Dash Improvement ProposalsDash Core Group

    The protocol specs, including identities, usernames, DashPay and evonodes.

  • DAPI endpoint referenceDash Core Group

    Every request and response the evonode API accepts.

  • Platform BookDash Core Group

    How the Platform codebase is organized, for contributors.

  • GroveDB BookDash Core Group

    How Platform's storage proves a whole query result, with worked diagrams.

  • GroveDB Proof VisualizerDash Core Group

    Paste a proof and see it drawn as a tree.

  • TenderdashDash Core Group

    The consensus engine that orders Platform blocks.

  • System contractsDash Core Group

    Built-in contracts such as DPNS, DashPay, withdrawals and token history.

Network services

  • Testnet faucetDash Core Group

    Testnet DASH, or a testnet identity in one click.

  • Testnet InsightDash Core Group

    Core-chain explorer for testnet. Check the asset lock behind an identity.

  • Testnet statusDash Core Group

    Health of Dash Core Group's own testnet masternodes.

  • Evonode listDash Core Group

    Current evonodes and their Platform ports, as JSON.

  • Dashscanpshenmic

    Explorer for the Core chain: blocks, masternodes and governance.

  • Mass Sendpshenmic

    Sweep credits from many identities at once, for operators.

  • BTCPay pluginSansbank DAO

    Accept Platform and shielded payments in a BTCPay Server store.

Dash Core development

  • Nightly and PR buildspasta

    Signed Guix builds of Dash Core's develop branch and of labelled pull requests.

  • Dash Core on Flathubpasta

    Install Dash Core on Linux with flatpak install flathub org.dash.dash-core.

  • backport-deltapasta

    Reports where a Dash backport differs from the Bitcoin commit it came from.

  • Backport review checkerpasta

    Checks, hunk by hunk, that a backport PR really contains its upstream changes.

  • dash-platform-e2epasta

    Registers a real testnet identity and username through Dash Core's C++ Platform client.

  • dash-platform-test-vectorspasta

    Fixtures that keep Dash Core's C++ Platform code in step with the Rust implementation.

  • Block Subsidy Calculatorpasta

    The Core block reward at any height, and how it splits between miners, masternodes and treasury.

Plans and talks