Yaya Liang
Yaya Liang
After I double checked the project, it doesn't seem the project runs on macOS.
I actually found this line from `create_metadata.py ` `advanced_collectible = AdvancedCollectible[len(Advanced_Collectible)-1]` is actually written as `advanced_collectible = AdvancedCollectible[-1]` in the lecture. Are there any difference? I tried both, but still...
I actually figured it out. It works now by just following what you did in the lecture. 1) change from `advanced_collectible = AdvancedCollectible[len(Advanced_Collectible)-1]` to `advanced_collectible = AdvancedCollectible[-1]` 2) change the...
@PatrickAlphaC The code I am using is different from this repo..
Hi @PatrickAlphaC! I just created the pr for this issue and the issue in #93. I think you did `https://ipfs.io/ipfs` in the lecture.
@PatrickAlphaC Sure! I will make one!
Pr was created.