Copy - GlatzkopfGuru/LivingTokenNetwork GitHub Wiki

An copy belongs in every case to a source object. It is the same programmable class and has all the same infos. The main difference is the Living token that is empty for a copy. There are many question for the use of copies in such a system. But before declare the goal if copies. In an larger system where concurrent uses of the same object you need an ability that everybody can read from an object gather information to the same time. And only if someone wants to change the object you need to get the source object. So every read-access is also applicable with a copy.

The questions