From b054fcfb2513e00eb214be0e7043f8ce34e60b54 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 30 Apr 2025 11:43:53 -0400 Subject: [PATCH 1/2] docs: update faq (#122) --- docs/resources/faq.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/resources/faq.md b/docs/resources/faq.md index 9aaf0e62c..998b86a93 100644 --- a/docs/resources/faq.md +++ b/docs/resources/faq.md @@ -4,6 +4,38 @@ # FAQ +## General + +:::{dropdown} What advantages does Dash Platform have over other projects? + +Dash Platform has numerous significant advantages, including: + +- Simple onboarding: No need to write Solidity or deploy custom contracts. +- Document-based schema design: Familiar JSON-based approach for [data + contracts](../explanations/platform-protocol-data-contract.md) with built-in data validation + instead of low-level smart contracts. +- Decentralized API: Query data directly from the network through the [Evonode-hosted + API](../explanations/dapi.md). +- Verifiable data: Efficient [GroveDB proofs](https://www.grovedb.org/) for query responses provide + transparent data integrity. + +Although the current feature set covers many use cases, future versions will include features like +smart contracts to make it even more competitive and directly comparable with projects like +Ethereum, etc. + +::: + +:::{dropdown} When will Dash Platform be available? + +It already is! Dash Platform [launched on +mainnet](https://www.dash.org/news/dash-evolution-v1-0-0-release-announcement/) in Q3 2024 and has +had multiple releases since then to add features such as [NFTs](../explanations/nft.md). + +The next major release, v2.0, includes a flexible token system. Multiple teams are working to +improve the SDK experience so developers can more easily get to work building their applications. + +::: + ## DPNS names :::{tip} From e6e4d92e853e29fee781bddc3ac217eae3d05465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 16:24:36 -0400 Subject: [PATCH 2/2] chore(deps): bump jinja2 from 3.1.5 to 3.1.6 (#123) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0221de7c3..378311039 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Babel==2.16.0 -jinja2==3.1.5 +jinja2==3.1.6 myst-parser==4.0.0 pydata-sphinx-theme==0.16.1 pytz==2022.7