unchain-tech/UNCHAIN-projects

imgurリンク→CID変更時について

Closed this issue · 2 comments

提案内容

ETH-NFT-Game Section4 Lesson2
imgurリンクをCIDに変更する際、run.jsだけではなくdeploy.jsにも変更する説明をいれたほうがより丁寧だと感じました。

<img
src={https://cloudflare-ipfs.com/ipfs/${characterNFT.imageURI}}
alt={Character ${characterNFT.name}}
/>

Arena/index.jsなどで上記のようにsrcをipfs用リンクに変更しているので、
imgurの画像が表示しないエラーが発生します。

neila commented

@KatotenMk2 こちらお手隙の際に修正お願いします! 🙏🏽

今ほど対応しました!