erc6551 / reference

ERC-6551 reference implementation
153 stars 50 forks source link

Improve hardhat support #11

Closed jaydenwindle closed 1 year ago

jaydenwindle commented 1 year ago

This PR makes it easier for this repo to be included as a dependency in hardhat projects without modifying the hardhat configuration. It does so by matching the import paths for all OpenZeppelin imports and packaging the src/ directory as its own NPM package.