Skip to content

Commit 8fd22d2

Browse files
authored
Merge pull request #1 from Dstack-TEE/contributors
Add contributors
2 parents 3cf24f7 + 636cceb commit 8fd22d2

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Dstack
22

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.
46

57
# Overview
68

@@ -365,10 +367,33 @@ When building the dstack from scratch, you should change the CID configs in `bui
365367

366368
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.
367369

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+
368393

369394
# License
370395

371-
Copyright 2024 Phala Network.
396+
Copyright 2024 Phala Network and Contributors.
372397

373398
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
374399

0 commit comments

Comments
 (0)