proposals icon indicating copy to clipboard operation
proposals copied to clipboard

Validate Ownership

Open digimbyte opened this issue 2 years ago • 3 comments

I am working on some tools for blockchain and Neo, but part of this requires that users are able to validate ownership on the chain. its common for developers to create a getOwner() script but its not a standard. this means that without these on contracts that we risk any user claiming ownership of that contract and fraudulently configuring for those contracts.

I propose a universal standard to find a contracts current owner address, allowing websites and tools to validate contracts and any configuration related to them and their respective developers, owners, etc.

an alternative is a forced mint or transaction on the contract to validate ownership rights similar to DNS validation but on the blockchain itself.

looking to see what options exist and what solutions we can bring to better integrate validation and security to neo projects.

digimbyte avatar Nov 23 '22 02:11 digimbyte