Overview
New site!
All content has been migrated to docs.dash.org. You will be automatically redirected momentarily.
Dash SDK
Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)
Dash library provides access via DAPI to use both the Dash Core network and Dash Platform on supported networks. The Dash Core network can be used to broadcast and receive payments. Dash Platform can be used to manage identities, register data contracts for applications, and submit or retrieve application data via documents.
Install
From NPM
In order to use this library, you will need to add our NPM package to your project.
Having NodeJS installed, just type:
npm install dash
From unpkg
<script src="https://unpkg.com/dash"></script>
Usage examples
- Generate a mnemonic
- Receive money and display balance
- Pay to another address
- Use another BIP44 account
Dash Platform Tutorials
See the Tutorial section of the Dash Platform documentation for examples.
Licence
MIT © Dash Core Group, Inc.
Updated 10 days ago