|
|
|
|
|
by Chabsff
1377 days ago
|
|
Two things are wrong here: 1) The reason it can't be done with EVE is not because EVE is not on the blockchain. It just happens to not be possible because the devs didn't make it so. They could have, but they chose not to. 2) Something being on the blockchain does not make it automatically permission-less. It depends on how the smart contracts involved are coded. I think point 2) is something that a lot of people don't realise wrt/ NFTs. The NFTs are transferable without the author being involved because the Smart Contract that drives them has a function (aka an API endpoint) that provides that feature. It is not a property of the blockchain itself. It is a property of an arbitrary piece of code that happens to reside on the blockchain. A property that any web service is capable of providing without the blockchain having to be involved. |
|
1. An API to transfer ownership, updating the owner_id field in the database for the spaceship.
2. Legal obligations preventing EVE from reversing the transaction or tampering with your "wallet".
3. Legal documents making you the owner of said spaceship where you and only you can administer it in the future, forever.
4. A full and open audit log of every API call to said API endpoint.
5. Legal assurance 1 and 4 are true and transparent.
6. Measures taken to assure that the API and database will stay online and legal obligations enforced forever.
Even with all these fulfilled a rogue actor could wreck havoc since it would still be centralized, while in a smart contract these things are enforced in code. For me, that difference alone is so big that I can't even compare them.
In all honesty, it feels the only reason we don't just say "wow, it's cool that we have a technology that intrinsically supports this" is because it's a cryptocurrency.