Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vivekascoder/e3bc78692e27cea9ae48d1ab01f28785 to your computer and use it in GitHub Desktop.
Save vivekascoder/e3bc78692e27cea9ae48d1ab01f28785 to your computer and use it in GitHub Desktop.
This Gist is a basic template for those who're interested in writing tutorials for Figment Learn. At the time of filling the form for writing tutorials applicants need to submit a link to their Gist file which contains initial details of the tutorial. On the basis of the details provided in Gist, we'll review the application for tutorial contrib…

How to make a DAO on Tezos.

Overview of the Tutorial

I am writing this article to help others get into tezos ecosystem and make awesome DAPPs. In this tutorial, I will teach people how to code a DAO on top of Tezos Blockchian.

Who is this tutorial for?

This tutorial is for anyone who has a basic understanding of smartpy and tezos ecosystem.

Technologies used in the Tutorial

  1. For contract development: SmartPy
  2. For frontend: ReactJs
  3. For handling wallets: Taquito
  4. For getting contract information: tzkt.io API

This tutorial contains (Please mark) -

  • Front-End
  • dApp
  • Smart Contract

Protocol/Network

Tezos

Difficulty Level of the Tutorial

  • Beginner
  • Intermediate
  • Advanced

Anything else which you would like to let us know?

I recently published one article on Figment, https://learn.figment.io/tutorials/create-a-dex-on-tezos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment