https://github.com/arihantbansal/chainlink-dynamic-nfts
building dynamic nfts using chainlink vrfs and keepers
https://github.com/arihantbansal/chainlink-dynamic-nfts
Last synced: about 2 months ago
JSON representation
building dynamic nfts using chainlink vrfs and keepers
- Host: GitHub
- URL: https://github.com/arihantbansal/chainlink-dynamic-nfts
- Owner: arihantbansal
- Created: 2022-06-20T08:59:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T17:40:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T11:17:50.900Z (4 months ago)
- Language: Solidity
- Size: 694 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic NFTs using Chainlink Keepers and VRF
This project mints Dynamic NFTs that change based on the market price of an asset pair (for example, the BTC/USD asset price). When prices go up, its a bull trend and when the go down its a bear trend. We run [Chainlink Keepers](https://docs.chain.link/docs/chainlink-keepers/introduction/) to have our smart contract automatically called at specified intervals so that on-chain logic checks the [Chainlink Price Feed](https://docs.chain.link/docs/using-chainlink-reference-contracts/) to see if there has been a change in price. Accordingly the minted NFTs dynamically alternate between three images.
Contract deployed to: [0xaFa4830d2b398cdaf8b8dccBdc4c27C76a1f9514](https://rinkeby.etherscan.io/address/0xaFa4830d2b398cdaf8b8dccBdc4c27C76a1f9514)