In this tutorial, you will build a starter project on Tezos in which you'll learn the following:

You will create a DApp called Tezos Developer Hub for all Tezos developers. This will be a very basic project, covering all the building blocks of a DApp.

Note: The main objectives of this tutorial are to:

  1. Provide a basic understanding of smart contracts
  2. Make transactions using the wallet on blockchain
  3. Interact with smart contracts using frontend.

The features of this DApp will be

Once finished, the DApp will look like this:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d0d8be2b-cd61-45bf-aaec-384afde24bf5/Screenshot_from_2021-07-30_00-52-45.png

After completing this tutorial, You will be confident enough to start building your own DApp.

Next ⇒ Writing Smart Contracts