Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medibloc/panacea-doracle
https://github.com/medibloc/panacea-doracle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/medibloc/panacea-doracle
- Owner: medibloc
- License: apache-2.0
- Archived: true
- Created: 2022-07-19T06:34:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T05:01:14.000Z (about 2 years ago)
- Last Synced: 2024-06-20T00:27:00.697Z (6 months ago)
- Language: Go
- Size: 864 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - medibloc/panacea-doracle - (Go)
README
# Panacea doracle
A decentralized oracle which validates off-chain data to be transacted in the data exchange protocol of the Panacea chain while preserving privacy
## Features
- Validating that data meets the requirements of a specific deal
- with utilizing TEE (Trusted Execution Environment) for preserving privacy
- Providing encrypted data to buyers## Hardware Requirements
The oracle only works on [SGX](https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/overview.html)-[FLC](https://github.com/intel/linux-sgx/blob/master/psw/ae/ref_le/ref_le.md) environment with a [quote provider](https://docs.edgeless.systems/ego/#/reference/attest) installed.
You can check if your hardware supports SGX and it is enabled in the BIOS by following [EGo guide](https://docs.edgeless.systems/ego/#/getting-started/troubleshoot?id=hardware).## Installation
- [Build from source](./docs/installation-src.md)
- [Use Docker](./docs/installation-docker.md)## Usages
- [Initialize and run the doracle](./docs/usage-init-run.md)