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.
- Host: GitHub
- URL: https://github.com/ldclabs/ic-tee
- Owner: ldclabs
- License: apache-2.0
- Created: 2024-10-31T14:21:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T07:56:27.000Z (6 months ago)
- Last Synced: 2025-04-05T08:29:38.357Z (6 months ago)
- Topics: canister, decentralized, icp, tee
- Language: Rust
- Homepage:
- Size: 467 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-internet-computer - IC-TEE - A framework to make Trusted Execution Environments (TEEs) work with the Internet Computer. (Motoko / Libraries / Frameworks)
README
# IC-TEE
🔐 Make Trusted Execution Environments (TEEs) work with the Internet Computer.
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.