Skip to content

aditya520/pyth-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published