Clarify legal ownership of NFT
steakpinball opened this issue · 1 comments
steakpinball commented
How do we know who can sell NFT certificates for each NFT pointers? We could have NFT certificates pointing to NFT pointers pointing to memory addresses. The readme states ownership is easy to determine, but who actually owns them?
valarauca commented
The readme states ownership is easy to determine
The C++ ownership model is relatively simple. I would recommend reviewing this brief (21 page) summary (PDF warning).
I don't see the problem 😉