Skip to content

Commit b054fcf

Browse files
authored
docs: update faq (#122)
1 parent ea7d9bb commit b054fcf

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/resources/faq.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@
44

55
# FAQ
66

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+
739
## DPNS names
840

941
:::{tip}

0 commit comments

Comments
 (0)