DCIPs/assets/eip-4400
David E. Perez Negron R 58b766a923 Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
..
abi Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
contracts Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
test Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
.gitignore Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
LICENSE Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
README.md Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
hardhat.config.ts Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
package.json Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
tsconfig.json Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00

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