hackquest logo

NFTs with interoperable attributes

Creating cross-platform NFTs with interoperable attributes

描述

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

contract Test {

string public message = "Hello, NFT World!";

function getMessage() public view returns (string memory) {

return message;

}

}

本次黑客松进展

Learned to use github

技术栈

Ethers
Node
Solidity

融资状态

None