Good morning guys,

i have a question about how to design a smart contract that models ownership in a "thing"... since it's a bit difficult to explain it on here, I've written up the question on StackExchange:

https://ethereum.stackexchange.com/questions/126890/how-would-you-structure-this-smart-contract-ownership-percentages-erc777-ui-f

The nuts and bolts of the question is that I've got a "Mall" and some "Restaurants" within that mall which can be owned by multiple people.

I wanted to design my smart contract in a way so that I could seamlessly let people make bids for the ownership plots.

I thought about using ERC777 so that there is only one transaction when the bid is accepted.

Does anyone have experience with this or can point me in the direction of some tutorials/articles that might explain how this is usually handled in Solidity?

Apr 26, 2022, 4:57 AM

© 2024 Draquery.com All rights reserved.