forked from DecentralizedClimateFoundation/DCIPs
58b766a923 | ||
---|---|---|
.. | ||
abi | ||
contracts | ||
test | ||
.gitignore | ||
LICENSE | ||
README.md | ||
hardhat.config.ts | ||
package.json | ||
tsconfig.json |
README.md
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