Skip to content

Commit

Permalink
docs: add warning about js-sdk security
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Sep 4, 2024
1 parent 7f350a6 commit 2677027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/js-dash-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)

**Warning: Although this SDK provides easy access to Dash Platform without requiring a full node,
it does not support Dash Platform proofs. Therefore, it is less secure than the [Rust
SDK](../rs-sdk/), which requests proofs for all queried data.**

Dash library provides access via [DAPI](https://dashplatform.readme.io/docs/explanation-dapi) to use both the Dash Core network and Dash Platform on [supported networks](https://github.com/dashpay/platform/#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.

## Table of Contents
Expand Down

0 comments on commit 2677027

Please sign in to comment.