Skip to content

Commit 91e0020

Browse files
committed
docker
1 parent b7ddea0 commit 91e0020

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/integration/docker/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ t1 lets developers run their own Docker-packaged code as a dApp and benefit from
1010

1111
_Warning: This is an early feature which is under heavy development and should not be used in production._
1212

13-
Moreover, natively sharing liquidity between such dApps will be possible soon.
13+
Moreover, natively sharing liquidity and composing between such dApps will be possible soon. In the future, we'll also enable keeping the dApp logic (incl. source code) private-yet-verifiable, via a remotely-attested open-source enforcer.
1414

1515
## How t1 Supports Docker
1616

@@ -20,7 +20,9 @@ A third-party developer is able to have t1 pull a `t1-dapp` Docker image prepare
2020

2121
Therefore, such third-party dApp becomes co-located with `t1-core` and allowed to call its predefined methods via regular Docker-to-Docker communication.
2222

23-
Moreover, `t1-dapp` is allowed to issue conventional web2-style API calls, e.g. to fetch CEX price feeds etc. However, in order to benefit from t1's secured TEE architecture, it is the responsibility of the dApp developer to ensure that their logic yields a deterministic output—only then can it be verified via re-execution.
23+
Moreover, a `t1-dapp` is allowed to issue conventional web2-style API calls, e.g. to fetch CEX price feeds etc. However, in order to benefit from t1's secured TEE architecture, it is the responsibility of the dApp developer to ensure that their logic yields a deterministic output—only then can it be verified via re-execution.
24+
25+
proprietary code - no ra - controller pattern
2426

2527
## Endpoints Provided
2628

0 commit comments

Comments
 (0)