Picodes / 4naly3er

Static smart contract code 4naly3er
https://github.com/Picodes/4naly3er
GNU General Public License v3.0
511 stars 138 forks source link

Is it possible to specify remappings? #34

Closed izcoser closed 11 months ago

izcoser commented 11 months ago

I'm getting remapping related errors such as:

solmate/src/tokens/ERC721.sol import not found.

when the file is question is at

lib/solmate/src/tokens/ERC721.sol.

Does this application support remappings? If not, do you suggest something?

izcoser commented 11 months ago

Checking the source code, the application looks for a remappings.txt file in the target directory. Maybe add this to the README.md