Skip to content

Instantly share code, notes, and snippets.

View coffiasd's full-sized avatar
🎯
Focusing

ayden-lee coffiasd

🎯
Focusing
View GitHub Profile
pragma solidity 0.8.0;
// We need some util functions for strings.
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "hardhat/console.sol";
contract MyEpicNFT is ERC721URIStorage {