Added Sentinel Protocol Example - Find out the reputation scores of different coins using Pyth Entropy (with a Stochastic Computation model) and Pyth Price Feeds #71
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Pyth Examples Contribution
Type of Contribution
Project Information
Project/Example Name:
Pyth Product Used:
Blockchain/Platform:
Deployed both on Ethereum and Hedera
Description
What does this contribution do?
This project demonstrates how to build a comprehensive token reputation system that:
How does it integrate with Pyth?
Entropy-Powered Randomness
Real-Time Price Integration
What problem does it solve or demonstrate?
It solves the problem of fetching real prices feeds fast, and creating a stochastic model on chain, so that the reputation information of a chain/coin can be obtained and updated in one shot. This is one component of our hackathon project.
Directory Structure (for new examples)
Testing & Verification
How to Test This Contribution
This has been deployed to Base Sepolia (0x672273a0f08D25EbFF13748cDFb3Fb45105070B3) and Hedera (0x479d9f5ea676ad97e129f15724e31f770f952a3a).
Prerequisites
Setup & Run Instructions
Instructions in the readme
Deployment Information (if applicable)
Network: Base Sepolia (Ethereum) & Hedera
Contract Address(es): Base Sepolia (0x672273a0f08D25EbFF13748cDFb3Fb45105070B3) and Hedera (0x479d9f5ea676ad97e129f15724e31f770f952a3a)
Demo URL: Please check our project - Sentinel Protocol
Checklist
Code Quality
Testing
Thank you for contributing to Pyth Examples!