File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# FAQ
6
6
7
+ ## General
8
+
9
+ :::{dropdown} What advantages does Dash Platform have over other projects?
10
+
11
+ Dash Platform has numerous significant advantages, including:
12
+
13
+ - Simple onboarding: No need to write Solidity or deploy custom contracts.
14
+ - Document-based schema design: Familiar JSON-based approach for [ data
15
+ contracts] ( ../explanations/platform-protocol-data-contract.md ) with built-in data validation
16
+ instead of low-level smart contracts.
17
+ - Decentralized API: Query data directly from the network through the [ Evonode-hosted
18
+ API] ( ../explanations/dapi.md ) .
19
+ - Verifiable data: Efficient [ GroveDB proofs] ( https://www.grovedb.org/ ) for query responses provide
20
+ transparent data integrity.
21
+
22
+ Although the current feature set covers many use cases, future versions will include features like
23
+ smart contracts to make it even more competitive and directly comparable with projects like
24
+ Ethereum, etc.
25
+
26
+ :::
27
+
28
+ :::{dropdown} When will Dash Platform be available?
29
+
30
+ It already is! Dash Platform [ launched on
31
+ mainnet] ( https://www.dash.org/news/dash-evolution-v1-0-0-release-announcement/ ) in Q3 2024 and has
32
+ had multiple releases since then to add features such as [ NFTs] ( ../explanations/nft.md ) .
33
+
34
+ The next major release, v2.0, includes a flexible token system. Multiple teams are working to
35
+ improve the SDK experience so developers can more easily get to work building their applications.
36
+
37
+ :::
38
+
7
39
## DPNS names
8
40
9
41
:::{tip}
You can’t perform that action at this time.
0 commit comments