Create a simple ERC721 NFT contract.
- Complete the contract located at
src/Assignment8.sol
:. - Run the tests located at
test/Assignment8.t.sol
You can upload your own nft metadata to IPFS and replace the json uri in the test file with your own json uri. You can also deploy the contract on Sepolia and mint an nft to be able to view it on OpenSea.