claudebarde / taquito-pinata-tezos-nft

A tutorial dapp to show how to create NFTs on Tezos with Taquito and Pinata
52 stars 34 forks source link

Florencenet is deprecated #2

Closed vectris-dev closed 2 years ago

vectris-dev commented 2 years ago

Hi @claudebarde, thanks for the excellent tutorial. I think I almost have it working however Florencenet is deprecated as of August 6, 2021

I assume changing the references to Hangzhounet will fix this however I'm unable to submit a PR

Cheers!

vectris-dev commented 2 years ago

Actually I get issues CORS issues with Hangzhounet

localhost/:1 Access to XMLHttpRequest at 'https://api.tez.ie/rpc/hangzhounet/chains/main/blocks/head/context/contracts/KT1VCvTmJJLA7k4UBKFS13FmaBgr32HAKygi/script' from origin 'http://localhost:8082' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

claudebarde commented 2 years ago

Hi @steve-hadley, thank you for your feedback! I updated the frontend app and upgraded it to Hangzhounet. The CORS issue you mentioned probably came from a deprecated URL to access Taquito's public node, it was fixed too. Let me know if you experience further issues, thanks!