Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ERC721 Consumable Extension

License: CC0-1.0

This project provides a reference implementation of the proposed ERC721Consumer OPTIONAL extension.

Install

In order to install the required dependencies you need to execute:

npm install

Compile

In order to compile the solidity contracts you need to execute:

npx hardhat compile

Tests

npx hardhat test