ERC721M

April 15, 2022 ยท View on GitHub

npmversion

Created by https://our-metaverse.xyz/

Still in the draft, submit issue for proposal.

API

pragma solidity ^0.8.0;

interface IERC721M {
  function grant(uint256 tokenId, string calldata grantTarget) external payable;

  function getGrantsWithToken(uint256 tokenId)
    external
    view
    returns (string[] memory);
}

Develop

Quick Start

npm i
npm run compile
npm run test

More

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help