I’m looking to use the arc-19 template to mint tokens with a mutable URL.
After looking through github and seeing a few other projects that have minted arc-19 nfts I’ve noticed that they’re using Pinata to pin the ipfs url. I’m assuming this is required in order to make the ipfs data readily available to whoever requests it. However I was wondering if this could also be done using Arweave instead of IPFS Pinata.
NFT projects pin IPFS through many services or even their own IPFS nodes, as IPFS is open-source and completely decentralized, with no fees or blockchain required to pin. Pinata is just one such pinning provider but there are many (some effectively free as well - ie: web3.storage). There’s nothing specific to Pinata with IPFS, or ARC19.
If you want to use Arweave then a different arc (perhaps as an arc referencing arc19 but defining a new scheme?) is probably appropriate.