Open KingKratus opened 1 year ago
ERC-4804 reads web page/images from the evm chain?
Yes, you can view any website (Blog by Vitalik Buterin, Dapps like Uniswap, ENS, Opensea, etc) or NFT images (No need to use IPFS) stored on-chain without using systems like IPFS, images of NFTs that were stored in IPFS are now lost. In second layer blockchains we have the advantage of redundancy. And with each passing year it will get cheaper and cheaper to create NFTs and store the photos on-chain instead of using IPFS.
Hi!
Yes the web3:// protocol allows for on-chain websites, which are fully read from the blockchain itself ; it is a finalized ERC, ERC-4804 : https://eips.ethereum.org/EIPS/eip-4804 You can see the website of their creator : https://w3url.w3eth.io/#/ You can see a simple implementation in a electron based browser here : https://github.com/nand2/evm-browser Thanks!
Yes we are in touch with Qi Zhou (@qizhou), the proposer of eip-4804. We believe that it will be supported by mises browser soon.
We would like to request that the open source Mises Browser add support for translating Web3 URLs to EVM call messages according to the ERC-4804 standard.
Currently, reading Web3 data relies mainly on a translation performed by a Web2 proxy for Web3://. The translation is mainly performed by the proxies, such as dApp sites, node/etherscan service providers, which are out of the users' control. The ERC-4804 standard aims to provide a simple way for Web2 users to directly access Web3 content, especially content on the chain, such as SVG/HTML.
Support for the ERC-4804 standard will allow users to easily access Web3 content while enabling interoperability with other standards that already support URIs such as SVG/HTML.
Please consider adding support for the ERC-4804 standard to Mises Browser to allow users to easily access Web3 content directly, without relying on Web2 proxies.
Thank you for your time and consideration.