Error when deploying to kovan testnets

✖ Validating and deploying contract Counter
✖ Validating and deploying contract Note
Counter deployment failed with error: Insufficient funds. The account you tried to send transaction from does not have enough funds. Required 80000000000000000 and got: 0.
Note deployment failed with error: Insufficient funds. The account you tried to send transaction from does not have enough funds. Required 80000000000000000 and got: 0.
1 Like

Hi @GoodnessEzeokafor,

It sounds like the account that you are sending the deployment from doesn’t have any funds. You either need to add Kovan Ether to that account or use an account that has Kovan Ether.

I suggest having a look at the Connecting to Public Test Networks learn guide.

I just used https://faucet.kovan.network/ to obtain Kovan Ether.

Hi @GoodnessEzeokafor,

Were you able to deploy to Kovan?