Karatakos / auction-contract-poc

0 stars 0 forks source link

Fully loaded ERC721 contract supporting metadata and enumerability #6

Closed Karatakos closed 3 years ago

Karatakos commented 3 years ago

Context

We want a fully featured and standardised Adoptable NFT contract that we can later extend the metadata of.

Acceptance Criteria

  1. Implements standard ERC721 contract
  2. Implements Enumerable
  3. Implements Metadata
  4. Adoptable NFT allows for vending (minting) based on basic token counter starting at 1
  5. 80% unit test coverage passing

Reference

pr-bot-adrian[bot] commented 3 years ago

Thanks for opening this issue!