avalanche-wallet
avalanche-wallet copied to clipboard
Feature: Support for Ipfs links
Hello there,
Because of http/https domains enforces nft holders to trust centralized systems, I would like to suggest for viewing nft assets by using ipfs:// links. Link example : ipfs://QmeS6ora4CP5ZJYUC45332a3vcp9wNXdcSQXApR7FjVwY4
To do this properly, js-ipfs library can be used. This basically initiates an Ipfs node on the client side and allows programmer to make Ipfs cat/stat calls directly to the network. I believe that trusting an Ipfs gateway is also an bad option. However for performance and user experience considerations this could be used.
Thank you !