Respectfully, I think it’s just you. Ethereum smart contracts are universally publicized and utilized in the crypto community, and it’s why people were/are interested in the project. Many other coins are built on top of this technology. It’s pretty foundational. If you look into crypto any deeper than just buying and selling it, then the topic should have come up pretty much immediately.
I reckon most of that already is. A real estate escrow smart contract is maybe 200-300 lines long in Solidity, depending of course on what it supports (contingencies and such). You may want to actually go look around, because there’s I don’t know how many millions of lines of Solidity already written. It doesn’t all get as much publicity as NFTs.
You can mimic any existing setup for tracking deeds and similar, or invent new ones, with the added quality that they can’t be doctored. Once something is recorded, it’s recorded for good.
Would be great if they got some of that out there.
Respectfully, I think it’s just you. Ethereum smart contracts are universally publicized and utilized in the crypto community, and it’s why people were/are interested in the project. Many other coins are built on top of this technology. It’s pretty foundational. If you look into crypto any deeper than just buying and selling it, then the topic should have come up pretty much immediately.
Good to know, thanks.
I reckon most of that already is. A real estate escrow smart contract is maybe 200-300 lines long in Solidity, depending of course on what it supports (contingencies and such). You may want to actually go look around, because there’s I don’t know how many millions of lines of Solidity already written. It doesn’t all get as much publicity as NFTs.
The off chain legalities are the tricky part of a real estate crypto deal.
Can changing house ownership really be as simple as making an alterations on a decentralized ledger?
You can mimic any existing setup for tracking deeds and similar, or invent new ones, with the added quality that they can’t be doctored. Once something is recorded, it’s recorded for good.
Blockchain is immutable but legal contracts usually are not. They have break clauses, implied rights etc.
I suspect everything can be implemented correctly, but my doubt isn’t technical, it’s legal.
Think of a smart contracts like a vending machine. You can’t just build one and start selling real things from it. Laws need to be followed.