Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/medibloc/panacea-data-market-validator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/medibloc/panacea-data-market-validator

  • v0.0.1-alpha1
  • Source
  • Go
  • Socket score

Version published
Created
Source

Panacea Oracle

An 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/pool
    • with utilizing TEE (Trusted Execution Environment) for preserving privacy
  • Providing encrypted data to buyers

Building and Testing

It's recommended to run the oracled in the secure enclave. So, the following commands build the oracled using EGo which requires Intel SGX. For more details, please see EGo installation guide.

make build    # generates a binary: ./build/oracled
make test

# https://docs.edgeless.systems/ego/#/workflows/build?id=sign-and-run
EXE="./build/oracled" make ego-sign

If you build the oracled without using EGo, please run make commands with the explicit GO environment variable. Then, enclave-related features will not work.

GO=go make build
GO=go make test

Running

oracled init  # initialize configs in the app home dir (~/.oracle)
oracled start

FAQs

Package last updated on 10 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc