zhuowei/nft_ptr

Clarify legal ownership of NFT

steakpinball opened this issue · 1 comments

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?

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 😉