jermay / crypto-kitties

A Crypto Kitties clone. For fun... and maybe food for the Crypto Zombies tutorial! Mwuahahah!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: siring

jermay opened this issue · comments

Implement the siring feature where a kitty can be offered for breeding in the marketplace so someone else can create a new kitty with them.

  • Add mapping(uint256 => address) sireAllowedToAddress
    • Tracks approval for siring
    • Should only be set by the owner or an approved operator (i.e. the Marketplace)
  • Add new type of offer in the Marketplace for siring