An open API service indexing awesome lists of open source software.

https://github.com/ldclabs/ic-tee

🔐 Make Trusted Execution Environments (TEEs) work with the Internet Computer.
https://github.com/ldclabs/ic-tee

canister decentralized icp tee

Last synced: 5 months ago
JSON representation

🔐 Make Trusted Execution Environments (TEEs) work with the Internet Computer.

Awesome Lists containing this project

README

          

# IC-TEE
🔐 Make Trusted Execution Environments (TEEs) work with the Internet Computer.

![IC TEE](./ic_tee.webp)

Relation project:
- [IC-COSE](https://github.com/ldclabs/ic-cose), a decentralized COnfiguration service with Signing and Encryption on the Internet Computer.
- [IC-OSS](https://github.com/ldclabs/ic-oss), a decentralized Object Storage Service on the Internet Computer.

## Libraries

| Library | Description |
| :--------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------- |
| [ic_tee_agent](https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_agent) | An agent to interact with the Internet Computer for Trusted Execution Environments (TEEs). |
| [ic_tee_cdk](https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_cdk) | A Canister Development Kit to make Trusted Execution Environments (TEEs) work with the Internet Computer. |
| [ic_tee_cli](https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_cli) | A command-line tool implemented in Rust for the IC-TEE. |
| [ic_tee_daemon](https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_daemon) | A daemon running in enclave. |
| [ic_tee_host_daemon](https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_host_daemon) | A daemon running on the host machine of TEEs. |
| [ic_tee_identity](https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_identity) | An on-chain authentication service for Trusted Execution Environments (TEEs) on the Internet Computer. |
| [ic_tee_logtail](https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_logtail) | A simple log tailing service for the TEE environment. |
| [ic_tee_nitro_attestation](https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_nitro_attestation) | A Rust library to process AWS Nitro enclave attestation. |
| [ic_tee_nitro_gateway](https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_nitro_gateway) | A gateway service within an AWS Nitro enclave. |

## License
Copyright © 2024-2025 [LDC Labs](https://github.com/ldclabs).

`ldclabs/ic-tee` is licensed under the MIT License. See [LICENSE](./LICENSE-MIT) for the full license text.