Compare commits
	
		
			1 Commits
		
	
	
		
			c875a78b30
			...
			58d37dd77b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 58d37dd77b | 
@ -9,6 +9,6 @@ Similar to the hacker challenge, the brain will create smart contracts on variou
 | 
				
			|||||||
  - the customer is always right, so the customer gets to choose the software
 | 
					  - the customer is always right, so the customer gets to choose the software
 | 
				
			||||||
- providing escrow as a node operator or as a user
 | 
					- providing escrow as a node operator or as a user
 | 
				
			||||||
  - escrow can be used to compensate for low rating, based on the free market principle
 | 
					  - escrow can be used to compensate for low rating, based on the free market principle
 | 
				
			||||||
- delegating escrow to servers and to users
 | 
					- delegating escrow to servers and to users in order to get rewards
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This component is currently under development. The high level mechanics of the brain are simulated in a centralized API, that will be used to power the testnet till the release of the decentralized brain.
 | 
					This component is currently under development. The high level mechanics of the brain are simulated in a centralized API, that will be used to power the testnet till the release of the decentralized brain.
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
DeTEE is built of multiple components that are already under development, as follows:
 | 
					DeTEE is built of multiple components that are already under development, as follows:
 | 
				
			||||||
- **The Brain**: a decentralized contract manager (functioning very much like an Oracle) that runs on top of the DeTEE encryption layer
 | 
					- **The Brain**: a decentralized contract manager (functioning very much like an Oracle) that runs on top of the DeTEE encryption layer
 | 
				
			||||||
  - [x] stores your account balance (not matter if you are a user or a node operator)
 | 
					  - [x] stores your account balance (no matter if you are a user or a node operator)
 | 
				
			||||||
  - [x] allows you to create contracts for VMs and containers
 | 
					  - [x] allows you to create contracts for VMs and containers
 | 
				
			||||||
  - [ ] allows you to create contracts for GPUs
 | 
					  - [ ] allows you to create contracts for GPUs
 | 
				
			||||||
  - [ ] allows users to vote for the upgrades of the platform
 | 
					  - [ ] allows users to vote for the upgrades of the platform
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user