Developer-DAO / pixel-avatars

A Polygon-based minting projects for Developer DAO members who own an Devs for Revolution NFT

Home Page:https://pixel-devs.developerdao.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert included contracts in solidity smart contract into import dependencies

goldzulu opened this issue · comments

Convert included contracts into import dependencies.
as per kevincharm (discord)

  • install dependencies (openzeppelin etc) with npm and import them.
    -> benefits - it will be more easily readable, and hardhat can output 1 file for etherscan verification.

I'll explore this. Makes sense to keep the contract clean.

Cool. Assigning.

Btw, I am using import dependencies in this active PR #35 @etherinsight @goldzulu

This issue can be closed, already integrated

Closing