NethermindEth / starknet-contract-verifier

CLI to verify your starknet contracts classes on block explorers!
19 stars 7 forks source link

Tilda(~) doesn’t work in path when passing it to the verifier #30

Closed Bart-Do closed 2 months ago

Bart-Do commented 3 months ago

During verification, when a path starting with ~ is passed as the location of the contract being verified, the path resolution will fail. As ~ is commonly used in unix based system this issue should be fixed.

We need to detect path starting with tilda and resolve them, or use a library that does that by default.