oloridama

Results 18 comments of oloridama

> I am getting the same error when running deploy.py. Have installed solc using npm. Is there any resolution around this? Upload your deploy script let me see

> My deploy script does nothing just installs solc: > > > > from solcx import compile_standard, install_solc > > install_solc("0.8.17") #matched the version with the solc npm installed version...

> My deploy script does nothing just installs solc: > > > > from solcx import compile_standard, install_solc > > install_solc("0.8.17") #matched the version with the solc npm installed version...

> With both versions, I get the same error. Yes machine is windows 10 Upload your solidity and deploy script so I can recreate the error

> Also, after doing npm install -g solc. Did you add it to the path? I just observed when do solcjs --version it says "solcjs not recognized by internal or...

> Uploaded here: [https://github.com/kriti0102/Smart-Contract] I went through the scripts you uploaded, please what are you trying to achieve with the deploy.py script? Seems to me like you're just trying to...

> For now I just want to compile the contract so I have just created a simple hello world contract and want to compile it. The issue I am facing...