• Post category:StudyBullet-6
  • Reading time:4 mins read


Learn how to deploy Layer 2, scalable and production ready dApps here!

What you will learn

Deploying any dApp on Polygon.

Building on top of any protocol on Polygon

Solidity and React development

Interacting between smart contracts on Polygon.

Description

This is a free online course dedicated to onboarding developers into the world of building Decentralized Applications on Polygon. We are here to help you level up your skills every step of the way. We’ve attached many resources and some development videos to this Udemy course in hopes that it will help provide you with a good starting point for learning.

Once you successfully setup your environment, we will start building several starter dApps on Polygon (all of this is located on Polygon Academy’s Github organization as well for your forking). You can build either these, or follow the design principles in these videos to build on top of any dApp on Polygon’s vibrant ecosystem.


Get Instant Notification of New Courses on our Telegram channel.


Building dApps on Polygon is (at the time of this writing) strongly preferable to building on ETH due to its low network gas costs and much faster block finality, which means better and more cycles of testing and iteration especially for products in development. Because Polygon is EVM compatible, you can expect to find almost all the resources you have access to on Ethereum to build off of (Truffle, Ganache, Solidity, Hardhat, Chainlink’s data oracles, etc.), except in a much faster blockchain dev environment.

Thanks for joining our course, we hope you learn a ton.

English
language

Content

Introduction

Introduction
What’s Polygon?
Basic Polygon Dev Tutorial
Case Study: dApps on Polygon

Building Full Stack dApps on Polygon

First dApp: Basic starter kit
Deploy your first NFTs
Deploy a DeFi dApp onto Polygon

More information & resources

Polygon Academy

dApp Building Prerequisites

Solidity Docs & Examples
Frontend Tutorial: Javascript
Solidity Basics with CryptoZombies