Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/banjtheman/polygon_nft_workshop

A workshop to build an NFT smart contract on the polygon blockchain
https://github.com/banjtheman/polygon_nft_workshop

Last synced: 16 days ago
JSON representation

A workshop to build an NFT smart contract on the polygon blockchain

Awesome Lists containing this project

README

        

# Polygon NFT Workshop
This is an interactive workshop that guides you through the steps to deploy an NFT smart contract on the [Polygon](https://polygon.technology/) blockchain.
By the end of this workshop, you will have completed the following

* Install a [MetaMask Wallet](https://metamask.io/)
* Deploy a smart contract to Polygon leveraging [Infura](https://infura.io/)
* Store NFT metadata on [IPFS](https://ipfs.io/) using [Pinata](https://www.pinata.cloud/)
* Mint an NFT that is listed on [OpenSea](https://opensea.io/)
* Query your NFT contract using [The Graph](https://thegraph.com/)

Slides: https://docs.google.com/presentation/d/1C7PB35izKGGu7fGFP6toIsIPd0ST3vOQtiqAncGYtKU/edit?usp=sharing

## Workshop

This workshop is powered by [Streamlit](https://streamlit.io/) and [Gitpod](https://gitpod.io/) which provides a developer environment ready to begin minting NFTs. Simply click the button below to begin building. Follow the steps through the Streamlit application to guide you to deploying your NFT contract

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/banjtheman/polygon_nft_workshop/)

**Note:** You may have to allow a popup to open to display the Streamlit app

> ![Workshop Screenshot](images/workshop_screenshot.png)