# platform **Repository Path**: mirrors_coolaj86/platform ## Basic Information - **Project Name**: platform - **Description**: L2 solution for seriously fast decentralized applications for the Dash network - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: v0.22-dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-30 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Seriously fast decentralized applications for the Dash network
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. If you are looking for how to contribute to the project or need any help with building an app on the Dash Platform - message us on the [Devs Discord](https://chat.dashdevs.org/)! ## Intro This is a multi-package repository - sometimes also known as monorepository - that contains all packages that comprise the Dash platform - for example, Drive, which is the storage component of Dash Platform, the JavaScript SDK, wallet-lib, DAPI, and others. Every individual package contains its own readme. Packages are located in the [packages](./packages) directory. ## FAQ ### How to build and set up a node from the code in this repo? - Clone the repo - Install prerequisites: - [node.js](https://nodejs.org/) v16.10.0+ - [docker](https://docs.docker.com/get-docker/) v20.10+ - [docker-compose](https://docs.docker.com/compose/install/) v1.29.2+ - Run `corepack enable` to enable [corepack](https://nodejs.org/dist/latest/docs/api/corepack.html) and install yarn - Run `yarn setup` to install dependencies and configure and build all packages - Run `yarn start` to start the local dev environment built from the sources - Run `yarn test` to run the whole test suite (note that running tests requires a running node, so be sure to call `yarn start` first). Alternatively, you can run tests for a specific package by running `yarn workspace