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.
- Demo contract
- Deploy script
- Ugly Avatar
- Mint NFT
To get started with this boilerplate, you just need to follow these simple steps:
-
Deploy demo contract with script
npx hardhat run --network sepolia scripts/erc721/deploy_erc721.js
-
Create API Key on Pinata
-
Operate and observe data changes to understand contract features `
By MIT licensed.