blockchain - Smart contracts confidentiality and privacy -
i'd create app requiring smart contracts 2 parties know eth address , amount needed send there code execute. possible that?
your code immutable , hackers can't mess code. can execute else it. if leave hole in system can enter , execute code can cause damage via hole, can dao exploit example.
anyone can see compiled byte code on blockchain, in order understand how works need precompiled human readable code. long keep private human version have access byte code. currently, there isnt way human code compiled code.
so answer question contract public, long dont publish address, human readable code, or amount needed should fine.
Comments
Post a Comment