a16z-contracts icon indicating copy to clipboard operation
a16z-contracts copied to clipboard

separate LicenseVersion to an Library for integrating easily with NFT projects

Open Stevewu1234 opened this issue 2 years ago • 0 comments

we've utilized the a16z License contract in our ETHGlobal online hackathon NFT projects: LeapStart, And we found that it is hard to integrate with the enum LicenseVersion when the NFT contract is created by a factory contract and the LicenseVersion will be given from other contracts. Therefore, we'd like to separate the enum LicenseVersion into a Library contract for integrating easily with a more complicated contract system.

Stevewu1234 avatar Sep 27 '22 08:09 Stevewu1234