Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 797 Bytes

Minting-NFTs

NFT Making on the IC MY NOTES as A beginner

Disclaimer

These are my notes and may contain inaccuracies. Use the information at your own risk. No warranty is implied or offered.

Read the PDF or watch the Powerpoint slideshow

(The first 30 slides deals with DIP721NFT).

https://github.com/testpuddle/Minting-NFTs/blob/main/NFTmakingv1.pdf

https://github.com/testpuddle/Minting-NFTs/blob/main/NFTmaking.ppsx

Watch the video showing the process

https://youtu.be/IF9Hg94SK1U

Follow the Step by step instructions:

https://github.com/testpuddle/Minting-NFTs/blob/main/process.md

The smartcontract code is also stored in main.mo.

Compare various NFT styles used on the IC:

https://github.com/testpuddle/Minting-NFTs/blob/main/NFT%20comparison.pdf

Good luck!