NethermindEth / zksync-remix-plugin

Remix plugin for zkSync
MIT License
11 stars 7 forks source link

feat: Add compilation in custom location(folder) #135

Closed taco-paco closed 1 day ago

taco-paco commented 5 days ago

@satyambnsal Notice that the decision of if we shall display contracts from non-standard location shall be taken on Front level. Here I list all of the .sol contracts even outside /contracts folder

if !single_file:
    display only from ./contracts
else: 
    display all artifacts