Skip to content

Commit e171ae9

Browse files
authored
Merge pull request #84 from Dstack-TEE/readme
improve readme, address both code contrib and community
2 parents e156d51 + 05607c7 commit e171ae9

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Dstack
22

3-
Dstack is an highly experimental and evolving-fast SDK to deploy Docker-based TEE applications.
3+
Dstack is a **developer friendly** and **security first** SDK to simplify the deployment of arbitrary Docker-based apps into TEE.
44

5-
It was inspired by [Andrew's](https://github.com/amiller) (Flashbots team) design of [Dstack](https://collective.flashbots.net/t/dstack-speedrunning-a-p2p-confidential-vm). It was originally built as Phala's opinionated implementation. We aim to merge it into a production ready project eventually.
5+
Main features:
6+
7+
- 🔒 Deploy Docker apps securely in TEE in minutes
8+
- 🛠️ Use familiar tools - just write a docker-compose.yaml
9+
- 🔑 Safely manage secrets and sensitive data
10+
- 📡 Expose services via built-in TLS termination
11+
12+
Dstack is community driven. Open sourced and built by [Kevin Wang](https://github.com/kvinwang) and many others from [Phala Network](https://github.com/Phala-Network), inspired by [Andrew Miller](https://github.com/amiller) (Flashbots & Teleport), and contributed by [Neithermind](https://github.com/neithermind) and [many others](#contributors).
13+
14+
![](./docs/assets/org-contributors-2024-12-26.png)
615

716
# Overview
817

@@ -386,23 +395,23 @@ You may encounter this problem when upgrading from an older version of dstack, b
386395

387396
# Contributors
388397

389-
The inspiration for this work stems from [Andrew Miller](https://github.com/amiller)’s pioneering concept of a [Docker-based P2P TEE SDK](https://collective.flashbots.net/t/dstack-speedrunning-a-p2p-confidential-vm/3876).
390-
391-
Special acknowledgment to [Flashbots](https://github.com/flashbots) for building a community around TEE. The TEE Hacker House initiative, organized by [Flashbots](https://github.com/flashbots) and led by [Tina](https://github.com/CarboClanC), has brought together TEE builders to develop tools for TEE-Web3 integration. This collaborative journey has generated invaluable insights for advancing secure, confidential environments within Web3.
398+
Dstack is proudly built by open source and Pi-rateship contributors:
392399

393-
Special recognition goes to the Pi-rateship builders who contributed their expertise:
394-
395-
- Teleport: [Sxy Sun](https://github.com/sxysun)
400+
- Phala Network: [Kevin Wang](https://github.com/kvinwang), [Shelven Zhou](https://github.com/shelvenzhou), [Leechael](https://github.com/leechael)
401+
- Teleport: [Andrew Miller](https://github.com/amiller), [Sxy Sun](https://github.com/sxysun)
396402
- Flashbots: [Tina](https://github.com/CarboClanC), [Mateusz](https://github.com/Ruteri), [Dmarz](https://github.com/dmarzzz), [Moe](https://github.com/MoeMahhouk)
397403
- Ithaca: [Georgios](https://github.com/gakonst)
398404
- Fabric: [@gaoist](https://x.com/gaoist)
399-
- Phala Network: [Kevin Wang](https://github.com/kvinwang), [Shelven Zhou](https://github.com/shelvenzhou)
400405
- And many more...
401406

407+
The inspiration for this work stems from [Andrew Miller](https://github.com/amiller)’s pioneering concept of a [Docker-based P2P TEE SDK](https://collective.flashbots.net/t/dstack-speedrunning-a-p2p-confidential-vm/3876).
408+
402409
This project cannot be built without standing on the shoulders of giants:
403410

404411
- [konvera/meta-confidential-compute](https://github.com/konvera/meta-confidential-compute)
405412

413+
Special acknowledgment to [Flashbots](https://github.com/flashbots) for building a community around TEE. The TEE Hacker House initiative, organized by [Flashbots](https://github.com/flashbots) and led by [Tina](https://github.com/CarboClanC), has brought together TEE builders to develop tools for TEE-Web3 integration. This collaborative journey has generated invaluable insights for advancing secure, confidential environments within Web3.
414+
406415
Together, we’re shaping the future of TEE in Web3, paving the way for more secure and developer-accessible confidential computing!
407416

408417
For a full list of the direct contributors to this repo, see [Contributors](https://github.com/Dstack-TEE/dstack/contributors) on GitHub.
159 KB
Loading

0 commit comments

Comments
 (0)