How to Write a Basic NFT Contract from Scratch | Solidity, Remix
EdRoh EdRoh
79.8K subscribers
51,511 views
0

 Published On Jan 5, 2022

In this video we are reviewing how to create a simple NFT contract.
———————————
remix ide:  remix.ethereum.org
eth-converter: https://eth-converter.com/
rinkeby test eth faucet: https://faucet.rinkeby.io/

Opensea Zeppelin Contract Imports:
import '@openzeppelin/contracts/token/ERC721/ERC721.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
———————————

Subscribe to my channel:    / @edrohdev  
for more algorithm explanations, tech discussions, and programming tutorials!

———————————
Chapters:
0:00 Writing an NFT Mint Contract Easily
1:38 Writing a Simple NFT Mint Contract in Remix
9:31 Writing Owner Functions
12:22 Writing an NFT Mint Function
18:25 Deploying a Contract with Remix and Manual Test
24:22 How Simple a Mint Contract Can Be But be Careful...
———————————

Hey there, my name’s EdRoh. On my channel, you will find common coding algorithms and/or interview questions (with explanations of course). I also provide tutorials and courses on other programming topics in Web Development including Javascript, React, HTML, CSS, TypeScript, Redux, Node, Progressive Web Apps, React Native, Flutter, etc.

No matter what level you are, whether you are already in the software engineering field, or are just beginning coding in bootcamp or being self taught, my first and foremost desire is to help you provide with the best teaching content and learning resource I possibly can. As someone who understands the struggles of switching careers, I hope I can help guide you into this difficult but rewarding journey into engineering.

show more

Share/Embed