Compare commits

..

1 Commits

Author SHA1 Message Date
58d37dd77b
added information about testnet 2025-01-27 15:31:24 +02:00
2 changed files with 2 additions and 2 deletions

@ -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