Overview#

NPM Version
Release Packages
Release Date
standard-readme compliant

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#

Dash Platform Tutorials#

See the Tutorial section of the Dash Platform documentation for examples.

Licence#

MIT © Dash Core Group, Inc.