PizzaDAO / pizza-smartcontract

Repository for Rare Pizzas smart contracts
GNU General Public License v3.0
17 stars 4 forks source link

Initial Pizza contract #74

Open AddressXception opened 3 years ago

AddressXception commented 3 years ago

Pizza.sol

Create a bare-bones example implementation of a pizza contract

Upgradeable, Ownable

probably using ERC-1155 opensea has some examples as well

Implementation Details

Pizza Metadata

should include an example json structure that:

slice Metadata

TokenUri

Slicing

Recombining

for owners of sliced parts, they should be able to recombine if a corresponding order index exists from the same or another pie (e.g. if i own slices 2-8 of pizza 1, and i own slice 1 of pizza 2, i should be able to recombine them into a franken pizza)

Admin Functions

Acceptance criteria: