This directory contains an example project for the Pyth Developer Workshop. It consists of a smart contract that mints an NFT. The project is set up with Foundry, a development environment for Ethereum smart contracts.
https://docs.pyth.network/home
Pyth price feed installations
npm init -y
npm install @pythnetwork/pyth-sdk-solidity
Pyth Entropy Installation
npm init -y
npm install @pythnetwork/entropy-sdk-solidity
$ forge build
$ forge test