ratnakeraditya04 / Learning-NFT-Tutorial-ERC721

This is a small project where I learnt how to create my own NFT token.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Tutorial

This is a NFT Learning Project where I learnt how to create a NFT token. To learn this, I consulted many resources such as Documentations of Hardhat, Solidity and finally consulted the website LearnWeb3 to learn the fundamentals.

  1. Start a local node.
npx hardhat node 
  1. Open a new terminal and deploy the nft in the local host network .
npx hardhat run --network localhost scripts/deploy.js

####### Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract. After cloning the repository in a new folder, run the following tasks in the teminal :

npm install 
# npx hardhat help
# npx hardhat node
npx hardhat run scripts/deploy.js

About

This is a small project where I learnt how to create my own NFT token.


Languages

Language:JavaScript 83.0%Language:Solidity 17.0%