Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viral-sangani/ef843c4b250c9779345f94c4dac1ff4d to your computer and use it in GitHub Desktop.
Save viral-sangani/ef843c4b250c9779345f94c4dac1ff4d to your computer and use it in GitHub Desktop.

Build a social media dApp and deploy it on Polygon Network

Overview

  • In this tutorial I will explain how to create a social media app using solidity smart contract.
  • I already have this app running on this site - https://decentragram.vercel.app/ (You need to connect to Matic Mumbai testnet in Metamask to use this website.) I have attached a video of this website below in this gist.
  • Audience will learn how to create smart contracts, how to use IPFS to upload files in decentralized manner and how to deploy your contracts on polygon network.

Who is this tutorial for?

  • This article is for beginners in web3 ecosystem. Only prerequisite is reader should have basic idea of what is polygon, smart contract and basic NextJS/Typescript experience.

Technologies used in the Tutorial

  • Solodity
  • IPFS
  • NextJS
  • Typescript
  • TailwindCSS

This tutorial contains -

  • Front-End
  • Back-End
  • Web App/Mobile App/DApp
  • Smart Contract

Protocol/Network

Polygon (Previously Matic)

Difficulty Level of the Tutorial

  • Beginner
  • Intermediate
  • Advanced

Previous Work

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