ERC-2350 Semantic contracts (ERC extension - draft) - Data Structure - Ethereum Research Ethereum Research ERC-2350 Semantic contracts (ERC extension - draft) Data Structure DaniellMesquita January 7, 2020, 2:09pm 1 Simple Summary Store relevant infos on contract, in hexadecimal or hash to IPFS/other network file, instead of relying on individual data provided by different blockchain explorers. Motivation Tokens already stores the most basic useful information: name, symbol, decimals. This data is used by APIs, services and blockchain explorers. But other information (site url, email, blog, social networks) depends to be updated on individual blockchain explorers. It gives more work to contract developers, instead of just focus on development. It also makes discrepancy between different services with contrasting infos which can mislead users. More details at GitHub: https://github.com/ethereum/EIPs/issues/2350 Home Categories FAQ/Guidelines Terms of Service Privacy Policy Powered by Discourse, best viewed with JavaScript enabled