-
Notifications
You must be signed in to change notification settings - Fork 6
Smart Contract Backend
Nchinda Nchinda edited this page Sep 5, 2015
·
2 revisions
Ξthereum is a 21st century experiment in creating a global decentralized computer for running programs without any possibility of downtime, censorship, fraud or third party interference. This makes it the ideal platform for code to manage the interaction between nodes and dapps. At minimum the following logic will be implemented in smart contracts:
- assignment of nodes to dapps
- allocation of master/worker rules in dapps
- start and stop of dapps
- verification of computation not implemented
- tracking of node state, eg: offline, online, etc.
- tracking of dapp state, eg: start, finished, etc.
Ξthereum provides guarantees of security and stability which are integral to the operation of Flare.