Skip to content

Dynamically changing NFT URI depending on the BTC/USD Price

Notifications You must be signed in to change notification settings

Riceee69/Dynamic-NFT-ERC721

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a NFT ERC721 contract that changes its URI dynamically depending upon the BTC price, If the price goes up it changes to a random bull URI and if it goes down it changes to a random bear URI from the URIs provided to the contract.

Chainlink's VRF is used for the randomisation of the URI

Chainlink's Data Feed is used for fetching the BTC/USD price

Chainlink's Automation is used to set a repeating time interval after which the price is fetched

Read the chainlink docs to learn how to setup mock contracts to test the smart contract functionalities: https://docs.chain.link/

About

Dynamically changing NFT URI depending on the BTC/USD Price

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published