Replies: 2 comments 10 replies
-
Can you make a repo? I will look into it. |
Beta Was this translation helpful? Give feedback.
-
in my case it appears to be a Chainlink's VRF problem on Rinkeby. IT WORKS NOW ON GOERLI!! I just see in the VRF console (https://vrf.chain.link/rinkeby/) my two tries transactions requesting randomwords in pending state at this moment for more than 15 hours. Then search in rinkeby etherscan my contract transactions and there you can see the calls to requestNFT method, the inmternal transaction to VRF contract requesting the randomness and even the VRF even indicating that the random words were requested (RandomWordsRequested) and finally in etherscan again, the contract VRF's address and there are the transactions requesting the rand. from my contract "randomIpfsNft" address @krakxn @alymurtazamemon any thoughts? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, I ran into this error anytime I run the 04-mint.js script from lesson 14
here is my 04-mint.js
Here is my RandomIpfsNft.sol
Beta Was this translation helpful? Give feedback.
All reactions