Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/banjtheman/polygon_nft_workshop
- Owner: banjtheman
- Created: 2021-08-24T22:39:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T14:58:51.000Z (9 months ago)
- Last Synced: 2024-10-12T04:54:09.857Z (about 1 month ago)
- Language: Python
- Size: 1.38 MB
- Stars: 57
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)