Hie guys..
Iam trying to deploy a smart contract on to the private Ethereum blockchain..
whenever I try and deploy, I see this error and unable to deploy the contract...
can anyone please help me...
Mar 11, 2019, 9:48 AM
when running 2_deploy_contracts deployment is getting exited.
and when I try and test the contract using "truffle test", I see the above error
please help me
Mar 11, 2019, 9:55 AM
Does your contract constructor expect arguments? If so you have to pass them when running the second deployment contract
Mar 11, 2019, 10:46 AM