|
1 | 1 | # Dstack |
2 | 2 |
|
3 | | -This project is Phala's opinionated implementation of Andrew's design of [Dstack](https://collective.flashbots.net/t/dstack-speedrunning-a-p2p-confidential-vm). It's highly experimental and evolving fast. We aim to merge it into a production ready project eventually. |
| 3 | +Dstack is an highly experimental and evolving-fast SDK to deploy Docker-based TEE applications. |
| 4 | + |
| 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. |
4 | 6 |
|
5 | 7 | # Overview |
6 | 8 |
|
@@ -365,10 +367,33 @@ When building the dstack from scratch, you should change the CID configs in `bui |
365 | 367 |
|
366 | 368 | You may encounter this problem when upgrading from an older version of dstack, because CID was introduced in `build-config.sh` in later versions. In such case, please follow the docs to add the missing entries in `build-config.sh` and rebuild dstack. |
367 | 369 |
|
| 370 | +# Contributors |
| 371 | + |
| 372 | +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). |
| 373 | + |
| 374 | +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. |
| 375 | + |
| 376 | +Special recognition goes to the Pi-rateship builders who contributed their expertise: |
| 377 | + |
| 378 | +- Teleport: [Sxy Sun](https://github.com/sxysun) |
| 379 | +- Flashbots: [Tina](https://github.com/CarboClanC), [Mateusz](https://github.com/Ruteri), [Dmarz](https://github.com/dmarzzz), [Moe](https://github.com/MoeMahhouk) |
| 380 | +- Ithaca: [Georgios](https://github.com/gakonst) |
| 381 | +- Fabric: [@gaoist](https://x.com/gaoist) |
| 382 | +- Phala Network: [Kevin Wang](https://github.com/kvinwang), [Shelven Zhou](https://github.com/shelvenzhou) |
| 383 | +- And many more... |
| 384 | + |
| 385 | +This project cannot be built without standing on the shoulders of giants: |
| 386 | + |
| 387 | +- [konvera/meta-confidential-compute](https://github.com/konvera/meta-confidential-compute) |
| 388 | + |
| 389 | +Together, we’re shaping the future of TEE in Web3, paving the way for more secure and developer-accessible confidential computing! |
| 390 | + |
| 391 | +For a full list of the direct contributors to this repo, see [Contributors](https://github.com/Dstack-TEE/dstack/contributors) on GitHub. |
| 392 | + |
368 | 393 |
|
369 | 394 | # License |
370 | 395 |
|
371 | | -Copyright 2024 Phala Network. |
| 396 | +Copyright 2024 Phala Network and Contributors. |
372 | 397 |
|
373 | 398 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at |
374 | 399 |
|
|
0 commit comments