Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct spelling and formatting issues #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ In Automata SGX SDK, we combine these steps on top of the cargo building system
### DCAP Remote Attestation

As the most important feature of the SGX APP, we have built the DCAP attestation generation function based on [SGXDataCenterAttestationPrimitives](https://github.com/automata-network/SGXDataCenterAttestationPrimitives).
Users do not need to understand what's the ocalls during this process.
Users do not need to understand what's the OCalls during this process.

## Supported Environment

| Operator System | Intel SGX SDK | Rust Toolchain | Status |
| Operating System | Intel SGX SDK | Rust Toolchain | Status |
| ---------------- | ------------- | ------------------ | ------ |
| Ubuntu 20.04 LTS | 2.24 | nightly-2024-02-01 | ✅ |
| Ubuntu 22.04 LTS | 2.24 | nightly-2024-02-01 | ✅ |
Expand Down Expand Up @@ -87,7 +87,7 @@ Follow the steps below to use Automata SGX SDK:

3. Update the `app/Cargo.toml` file as follows.

Explanation for the avaibale options of `package.metadata.sgx`:
Explanation for the available options of `package.metadata.sgx`:
- `path`: (required) Path to the enclave crate.
- `config`: (required) Path to the enclave configuration file.
- `edl`: (required) Path to the enclave EDL file.
Expand Down