full-blockchain-solidity-course-py
full-blockchain-solidity-course-py copied to clipboard
When deploying Create Collectible (around 10:50:00), tokenIdToBreed does not generate random numbers.
Running into this issue.
I've cloned the repo and deployed it, same result.
I've waited hours/overnight to see if the vrf coordinator is just slow, same result.
I've added time.sleep to all of the contracts, same result.
What potential factors could be the issue?
(I would import the code but I am 100% certain the code is identical to the nft-demo repo.