# Learn to Build a DApp in minutes on Tezos

**URL:** https://forum.tezosagora.org/t/learn-to-build-a-dapp-in-minutes-on-tezos/3137
**Category:** Research and Development
**Created:** [May 19, 2021, 4:01am UTC](https://forum.tezosagora.org/t/learn-to-build-a-dapp-in-minutes-on-tezos/3137 "2021-05-19T04:01:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rognierbenoit](https://forum.tezosagora.org/user_avatar/forum.tezosagora.org/rognierbenoit/32/302_2.png) [@rognierbenoit](https://forum.tezosagora.org/u/rognierbenoit)
#### Post date: [May 19, 2021, 4:01am UTC](https://forum.tezosagora.org/t/learn-to-build-a-dapp-in-minutes-on-tezos/3137/1 "2021-05-19T04:01:00Z")

</div>

We present the _First DApp_ tutorial to learn how to develop a first DApp on Tezos.

This first DApp deals with an auction process to transfer the ownership of a digital NFT-like asset:

> **[Transfer of Ownership | Completium](https://completium.com/docs/dapp-first/)**
>
> The decentralized application you are about to develop allows the purchase of an asset whose title of ownership is a Smart Contract on the Tezos blockchain.

The tutorial is using open source tools from the [Completium](https://completium.com/) suite:

- [Skeleton DApp](https://github.com/edukera/completium-dapp-first) Project, a React JS project that comes with a wallet button and settings facility to connect to the blockchain
- [Archetype](https://archetype-lang.org/) language to develop the smart contract
- [Completium CLI](https://completium.com/docs/cli) to deploy and interact easily with smart contracts

A tutorial video helps you go through each step of the tutorial:

[![](https://forum.tezosagora.org/uploads/default/original/2X/a/acee03cf5d882f55f34489d314c703073c8e3918.jpeg "Completium's First DApp tutorial") ](https://www.youtube.com/watch?v=wqqz3oXz260)

Completium is a service and a tool suite to help you in your project on Tezos. It also provides:

- [10 DApp examples](https://completium.com/dapps) in key domains (DeFi, NFT, payment), each DApp is deployed, open-source and fully documented
- [Smart contract templates](https://completium.com/docs/templates), fully documented, formally specified and some may be deployed in one click
- Technical guidelines to
  1. write [formal specification](https://completium.com/docs/verification/specification)
  2. [test](https://completium.com/docs/contract/test-scenario) a smart contract

We’ll be happy to help you with your project:

- [contact@edukera.com](mailto:contact@edukera.com)
- [twitter](https://twitter.com/archetype_lang)
