Psychedelic / DIP721

DIP721 - An Internet Computer Non-fungible Token Standard
GNU General Public License v3.0
62 stars 28 forks source link

feat: 🎸 ownership, controllers, operators and approval permissions #19

Closed heldrida closed 2 years ago

heldrida commented 2 years ago

Why?

The EIP-721 states that should throw, unless the "caller" is the current owner, an authorised operator, or an approved address.

How?