This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new 996096a More community information (#311)
996096a is described below
commit 996096a40a5e423c1efa92182ed6fafb7e57ea1c
Author: Mingshen Sun <[email protected]>
AuthorDate: Fri May 22 10:45:56 2020 -0700
More community information (#311)
---
COMMUNITY.md | 33 +++++++++++++++++++++++++++++++--
executor/README.md | 4 ++--
2 files changed, 33 insertions(+), 4 deletions(-)
diff --git a/COMMUNITY.md b/COMMUNITY.md
index daba194..215d622 100644
--- a/COMMUNITY.md
+++ b/COMMUNITY.md
@@ -11,17 +11,46 @@ Welcome to the Teaclave community. Here are several ways
that you can get involv
Join us on our mailing list:
-
[[email protected]](https://lists.apache.org/[email protected]):
- development related activities and discussions
+ development related activities (issues, pull requests from GitHub) and
+ community discussions
To subscribe, just send an email to `[email protected]`.
## GitHub Issues
You can also ask questions, propose features, and report bugs in Teaclave's
-[GitHub issues](https://github.com/apache/incubator-teaclave/issues).
+[GitHub issues](https://github.com/apache/incubator-teaclave/issues). Watch the
+project on GitHub to receive latest updates.
+
+## Twitter
+
+Follow [@ApacheTeaclave](https://twitter.com/ApacheTeaclave).
## Contributing
Teaclave is open source in [The Apache
Way](https://www.apache.org/theapacheway/),
we aim to create a project that is maintained and owned by the community. All
kinds of contributions are welcome.
+
+## Organizations and Projects
+
+Apache Teaclave (including the platform and SGX SDK) is being used and actively
+contributed by developers from many organizations and other open source
+projects. This is a community maintained list of organizations and projects
+using and contributing to Teaclave in alphabetical order.
+
+### Organizations
+ - [Baidu](https://www.baidu.com/)
+ - [ByteDance](https://www.bytedance.com/)
+
+### Projects
+ - [Advanca](https://github.com/advanca/advanca): A privacy-preserving
+ general-purpose compute/storage infrastructure for Dapps.
+ - [Enigma Core](https://github.com/enigmampc/enigma-core): Enigma Core
+ library. The domain: Trusted and Untrusted App in Rust.
+ - [Crypto.com Chain](https://github.com/crypto-com/chain): Alpha version
+ prototype of Crypto.com Chain.
+ - [Occlum](https://github.com/occlum/occlum): Occlum is a memory-safe,
+ multi-process library OS for Intel SGX.
+ - [substraTEE](https://github.com/scs/substraTEE): Trusted Off-Chain Compute
+ Framework for substrate blockchains.
diff --git a/executor/README.md b/executor/README.md
index 9d3d1dc..774eb1e 100644
--- a/executor/README.md
+++ b/executor/README.md
@@ -12,11 +12,11 @@ functions written in different languages. In addition, we
are working hard to
achieve better security guarantees such as memory safety.
In Teaclave, there are two executors to native and Python functions.
-- *Builtin Executor*: There are many useful built-in functions which are
statically
+- **Builtin Executor**: There are many useful built-in functions which are
statically
compiled with Teaclave. Normally, these built-in functions are implemented in
Rust, and can provide better (native) performance. The Builtin executor is to
dispatch function invocation requests to corresponding built-in function
implementations.
-- *MesaPy Executor*: The MesaPy executor provides a Python interpreter in SGX.
+- **MesaPy Executor**: The MesaPy executor provides a Python interpreter in
SGX.
User-defined Python functions can be executed in the MesaPy executor. The
executor also provides interfaces to fetch and store data through the
runtime.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]