Build with DashIndividualsBusinessesDownloadsNew Merchant Kit
About DashTake ControlDownloadsBuy OnlineWhere to SpendEasy Transactions
Operate With ConfidenceTrade With ConfidenceFinancial ServicesRegulatoryFastPass
Build Next Generation AppsDash PlatformDiscover DashContributing to DashProviders and ToolsDash RoadmapDocumentation
Bug Bounty ProgramLearning ResourcesConnect With UsForumMasternodesMiningBlog

Join in the discussion

Here you can find information about Dash and talk with our Dashers community:

youtubexredditgithubdiscordtelegramdash-forumdash-bloglinkedinfacebookinstagram

Subscribe to our Newsletter

Get every bit of important information straight from us

Instant transactions and micro-fees. Any amount, anytime, anywhere.

We have a full service support desk with humans on call, plus extensive learning resources, tools and wikis.

Get Support

Home

  • Individuals
  • Businesses
  • Downloads
  • New Merchant Kit

Get Started

  • About Dash
  • Take Control
  • Downloads
  • Buy Online
  • Where to Spend
  • Easy Transactions

Institutions

  • Traders
  • Financial Services
  • Regulatory
  • FastPass

Developers

  • Platform
  • Documentation
  • Contributing
  • Providers and Tools
  • Roadmap

Community

  • Bug Bounty Program
  • Learning Resources
  • Connect With Us
  • Forum
  • Masternodes
  • Mining
  • Blog
All Rights Reserved @2025 Dash
Terms of Use•DCG Privacy Statement•DashPay Privacy Policy
Dash Platform hero background
Platform

Dash Platform

Dash Platform is a technology stack for building decentralized applications on the Dash network. The two main architectural components, Drive and DAPI, turn the Dash P2P network into a cloud that developers can integrate with their applications.

Documentation

Guides and documentation to help you start working with Dash Platform as quickly as possible

Testnet

Start experimenting with Dash Platform by connecting to testnet, our public testing environment.
Payments infrastructure

Payments Infrastructure for Developers

Enable your application with the financial power of the Dash cryptocurrency — borderless, instantly transferrable, and supported by a decentralized cloud providing robust payments infrastructure.
Learn More

Why choose Dash Platform

Application Data Storage

Enhance your financial applications with robust user metadata. Leverage the blockchain to store data in a document-oriented database.
{
  "note": {
    "properties": {
      "message": {
        "type": "string"
      }
    },
    "additionalProperties": false
  }
}

Identities & Usernames

Robust, flexible user data structures that are fully decentralized and always available. Usernames make it easier than ever to transact.
const Dash = require('dash');
const client = new Dash.Client(clientOpts);

const registerName = async () => {
  const platform = client.platform;
  const identity = await
    platform.identities.get(id);
  const name = await
    platform.names.register(
      'alice', { identity }
  );
};

Developer Friendly SDKs

Access Dash Platform using one of the easy to use SDKs available in Javascript, Objective-C, or Java. Spend less time learning blockchain and more time developing.
Developer SDKs
QuickStart

QuickStart

Connect Testnet
Javascript

Javascript

Js-Dash-SDK
Objective-C

Objective-C

Dashsync-ios
Java

Java

Dashj
Build with Dash

Verifiable, Secure, Resilient

Unlike centralized platforms, all data on Dash Platform is cryptographically verifiable. Data is distributed across the Dash network, guaranteeing availability.
DashPay Wallet

DashPay Wallet

The first application built using Dash Platform is the DashPay wallet for Android and iOS. Learn more about the most user-friendly crypto wallet!
Bug Bounty

Bug Bounty Program

The Dash Core Group Bug Bounty Program allows developers to discover and resolve bugs before the general public is aware of such bugs, preventing incidents of widespread abuse.