4. Write Klaystagram Smart Contract
1) Background
2) Contract setup
pragma solidity 0.5.6;
import "./ERC721/ERC721.sol";
import "./ERC721/ERC721Enumerable.sol";
contract Klaystagram is ERC721, ERC721Enumerable {3) Set events and data structure
4) Write functions
uploadPhoto
uploadPhototransferOwnership
transferOwnershipgetPhoto
getPhotoLast updated
Was this helpful?