since users are responsible for manually exposing all the methods of libraries such as ERC20, ERC721, etc., it could be useful to make our base test suites like Ownable, ERC20, or ERC721 available for them to check their implementations.
this could be either as a separate package or in the same one as the contracts library.
since users are responsible for manually exposing all the methods of libraries such as ERC20, ERC721, etc., it could be useful to make our base test suites like
Ownable
,ERC20
, orERC721
available for them to check their implementations.this could be either as a separate package or in the same one as the contracts library.