Skip to content

Instantly share code, notes, and snippets.

View nand2's full-sized avatar

nand2

  • Annecy, France
View GitHub Profile
---
eip: 6860
title: Web3 URL to EVM Call Message Translation
description: A translation of an HTTP-style Web3 URL to an EVM call message
author: Qi Zhou (@qizhou), Chao Pi (@pichaoqkc), Sam Wilson (@SamWilsn)
discussions-to: https://ethereum-magicians.org/t/eip-4804-web3-url-to-evm-call-message-translation/8300
status: Draft
type: Standards Track
category: ERC
created: 2023-09-29
interface ITokenMetadata {
    struct tokenOutput {
        // text/html, image/svg+xml, image/png, ...
        string mimeType;
        bytes output;
    };

    function getTokenPreview(uint256 tokenId) external view returns (string memory);
```
interface ITokenMetadata {
struct tokenOutput {
// text/html, image/svg+xml, image/png, ...
string mimeType;
bytes output;
};
function getTokenPreview(uint256 tokenId) external view returns (string memory);
Test. Am I still broken?

Dyndrop Challenge

Ce challenge tournera autour du PaaS open source CloudFoundry.

Installation de Cloudfoundry

Avant toute chose, je vous conseille d'installer direct CloudFoundry sur une VM, en suivant les instructions sur: https://github.com/cloudfoundry/vcap/ -- C'est long! Ubuntu server 10.04 est necessaire.

Dyndrop Challenge

Ce challenge tournera autour du PaaS open source CloudFoundry.

Installation de Cloudfoundry

Avant toute chose, je vous conseille d'installer direct CloudFoundry sur une VM, en suivant les instructions sur: https://github.com/cloudfoundry/vcap/ -- C'est long! Ubuntu server 10.04 est necessaire.