You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ERC721 contract for the various Tree NFTs that a user can own and plant in their Forest
This contract uses Chainlink VRF to generate the daily growth points of all the Tree tokens minted from the contract
This daily growth gets added to the growth points of every minted Tree token and the growth reflects on the frontend as a changed image of the Tree NFT
This contract also uses Chainlink Automation to call the requestRandomWords() function every 10 minutes
Every 10 minutes is only for hackathon purposes and will be replaced by every day (daily) later