The Markets in Crypto-Assets Regulation (MiCA) institutes uniform EU market rules for crypto-assets. The regulation covers crypto-assets that are not currently regulated by existing financial services legislation. Key provisions for those issuing and trading crypto-assets (including asset-reference tokens and e-money tokens) cover transparency, disclosure, authorisation and supervision of transactions.| www.esma.europa.eu
Nurturing a vibrant and sustainable IPFS ecosystem.| IPFS Blog & News
Content Security Policy can significantly reduce the risk and impact of cross-site scripting attacks in modern browsers.| web.dev
A stateless, light-weight remote procedure call (RPC) protocol for Ethereum clients.| ethereum.org
Recommendations for implementing logic and rendering in apps.| web.dev
Trust has been the defining constraint on the Web's evolution towards more powerful, more applicative capabilities. In a Web context, the user must be able to safely load any arbitrary URL, to safely click on any arbitrary link. The way in which this is achieved is that the runtime places strict limits on what a Web page can do, which in turn necessarily limits powerful capabilities. Could we get more power using a primitive that places more stringent constraints in what pages can do?| Robin Berjon
Service workers essentially act as proxy servers that sit between web applications, the browser, and the network (when available). They are intended, among other things, to enable the creation of effective offline experiences, intercept network requests, and take appropriate action based on whether the network is available, and update assets residing on the server. They will also allow access to push notifications and background sync APIs.| MDN Web Docs