hello anyone know how i can fix this problem? in my contract i used @openzepplin erc721 and when verify contract in polygon scan i have error
Aug 27, 2021, 10:27 PM
how i can very the contract?
Aug 27, 2021, 10:36 PM
verify the code via truffle
Aug 27, 2021, 10:43 PM
means just i can verify with truffle??
i don't know about truffle please tell me another way🥺
Aug 27, 2021, 10:53 PM
Yes there's a plugin to allow that
Download all files from npm, put them all inside a folder and fix the imports, bscscan doesn't accept npm modules as imports
Aug 27, 2021, 11:14 PM