Skip to content

ourmetaverse/erc721m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC721M

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

About

ERC721M contract for Solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published