Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.48 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.48 KB

NFT (ERC-721)

ERC stands for Ethereum Request for Comment, and 721 is the proposal identifier number. ERCs are application-level standards in the Ethereum ecosystem, they can be a smart contract standard for tokens such as ERC-20, the author of an ERC is responsible for building consensus with the Ethereum community, and once the proposal is reviewed and approved by the community, it becomes a standard. You can track the recent ERC proposal here.

solidity ethers remix

Features ⚡

  • Demo contract
  • Deploy script
  • Ugly Avatar
  • Mint NFT

ERC-721 Test UI


How to use 🤔

To get started with this boilerplate, you just need to follow these simple steps:

  1. Deploy demo contract with script

    npx hardhat run --network sepolia scripts/erc721/deploy_erc721.js
    
  2. Create API Key on Pinata

  3. Operate and observe data changes to understand contract features `

License

By MIT licensed.