The problem Random NFT Generator solves
Using Random NFT Generator, one can generate a random NFT of SVG containing random words in it.
It helped me as a web3 beginner developer to create smart contracts, testing and deploying smart contracts, connecting frontend to smart contracts using ethers.js
Challenges I ran into
- Creating smart contract logic
- Testing of smart contract using hardhat to generate SVG image
- Lack of clarity to choose contracts from openzeppelin and faced issues handling tokenURI.
- Deploying the smart contract
- Connecting the frontend with smart contract usign ethers.js