ERC6786 Royalty Debt Registry
This project provides a reference implementation of the proposed ERC-6786 Royalty Debt Registry
.
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