riesenacht / biotopium

distributed, platform-independent multiplayer game
GNU General Public License v3.0
1 stars 0 forks source link

Start Core: Implement Reactivity / Data Flow #20

Closed mriesen closed 2 years ago

mriesen commented 3 years ago

The data flow throught the components network and core should be realized using reactivity.

Incoming new blocks over the network should be added to the local blockchain after passing the block validation. Once added to the blockchain, the contained actions should be applied to the world.