ERC721 Token Standard An example of ERC721 token standard. [EIP721] (https://eips.ethereum.org/EIPS/eip-721) ### 1. Install Dependencies $ npm install 2. Compile Contract $ npx hardhat compile 3. Run test $ npx hardhat test