Hello everyone,
I've been trying OpenZeppelin SDK and the documentation recommends using @openzeppelin/contracts-ethereum-package
instead of the usual @openzeppelin/contracts
.
I tried using them but the ERC721Royalty
contract doesn't appear to be in this library.
I looked at the versions of this package on npm and it looks like there was no update for two years. Is this package still maintained? Are on-chain dependencies still a thing, if not is there an alternative for using on-chain dependencies?
Thanks for the answers and feel free to tell me if it doesn't fit this part of the forum!