Pyth Developer Workshop

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.

Pyth Documentation

https://docs.pyth.network/home

Installation

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

Usage

Build

$ forge build

Test

$ forge test