Example apps#

The tutorials in this section walk through complete, end-to-end applications built on Dash Platform. Unlike the single-operation tutorials elsewhere (for example, Submit documents or Register an identity), each walkthrough shows how many SDK operations compose together inside a real app.

Each app is a stand-alone project in the platform-tutorials/example-apps/ directory. The walkthroughs here tour the code alongside the commands needed to run it locally.

DashMint Lab

Explore a live NFT marketplace that demonstrates minting, transfers, pricing, purchases, burns, and token-powered document creation.

Try DashMint Lab live

Read the walkthrough →

Dashnote

Try a complete mutable-document workflow with note creation, queries, editing, deletion, and read-only browsing.

Try Dashnote live

Read the walkthrough →

If you are looking for a focused snippet for one SDK call, the per-operation tutorials under Identities and names and Contracts and documents are a better starting point.