Hopefully this is a basic question, but the documentation is unclear.
I was following along with the NFT generation tutorial here:
which has source code for this project here:
In the video, in the index.js file, thereās a section called //Moralis creds with three constant variables: serverUrl, appID and masterKey. However, in the current github source code, there are two new variables: apiUrl and apiKey. I canāt just ignore them because theyāre required in other places throughout the program, and there is 0 documentation about what these two new variables are. I have a good guess about the apiKey, but I have no idea what to put for the apiUrl.
Iām not a new dev, but I am new to web3, so maybe this is a rudimentary question, but Iām surprised I had to sign up to this forum to find the answer. What do I put for the apiKey and especially the apiUrl? Any help would be appreciated.
Best,
FPO World