Skip to content

Commit c531de6

Browse files
authored
Update overview.md (#62)
a few small changes. See my comments here as well https://www.notion.so/t1protocol/Docs-about-t1-permissionless-docker-composability-2e1231194dc38000be55f82a62b91f39?source=copy_link#2e5231194dc380689b36cf77b295be3c Signed-off-by: Can Kisagun <can@t1protocol.com>
1 parent c4386c2 commit c531de6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/integration/docker/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ sidebar_position: 1
66

77
# Docker dApps Overview
88

9-
t1 lets developers run their own Docker-packaged code as a dApp and benefit from t1's secured TEE architecture as well as its dedicated cross-chain capabilities.
9+
**t1 lets developers run their own Docker-packaged code as a dApp and benefit from t1's secured TEE architecture as well as its dedicated cross-chain capabilities.**
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 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.
13+
Moreover, natively sharing liquidity and composing between such dApps will be possible soon. In the future, t1 will also enable private execution by keeping the dApp logic (incl. source code) private-yet-verifiable, via a remotely-attested open-source enforcer.
1414

1515
## How t1 Supports Docker
1616

17-
A t1 TEE node is always running a `t1-core` Docker image which exposes dedicated endpoints for cross-chain interactions.
17+
t1 TEE node runs a `t1-core` Docker image which exposes dedicated endpoints for cross-chain interactions.
1818

19-
A third-party developer is able to have t1 pull a `t1-dapp` Docker image prepared by them and run it within the same TEE.
19+
Third-party developers are able to have t1 pull a `t1-dapp` Docker image prepared by them and run it within the same TEE.
2020

21-
Therefore, such third-party dApp becomes co-located with `t1-core` and allowed to call its predefined methods via regular Docker-to-Docker communication between co-located containers.
21+
Therefore, such third-party dApps become co-located with `t1-core` and are allowed to call `t1-core`'s predefined methods via regular Docker-to-Docker communication between co-located containers.
2222

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.
23+
Moreover, `t1-dapp`s are 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 the application logic yields a deterministic output—only then can it be verified via re-execution.
2424

2525
## Endpoints Provided
2626

0 commit comments

Comments
 (0)