Example projects and code snippets for nftschool.dev
This is the home for code that's referenced in the guides and tutorials at NFT School. NFT School is an open-source educational resource and community dedicated to building new experiences around non-fungible tokens.
NFT School is just getting started, so check back for more examples soon!
Check out end-to-end for an example of minting NFTs from a web browser, using nft.storage to store NFT data on IPFS and Filecoin.
See the guide at https://nftschool.dev/tutorial/end-to-end-experience/
The lazy-minting directory contains an example of minting NFTs at the time of first sale. This works by redeeming a signed "voucher" issued by the NFT creator.
See the guide at https://nftschool.dev/how-to/lazy-minting/