0

With help of https://ethdrop.dev, I can get a test account with 0.001 ETH ( kovan test network ), and, I can deploy smart contract with remix ide.

I used truffle to make a solidity project, and I am trying to deploy to test network (kovan) instead of localhost(ganache).

But, with the test account, there is error: no enough gas to deploy

How I can get more test eth?

Or, I must use money to solve this problem?

Wang Liang
  • 4,244
  • 6
  • 22
  • 45

1 Answers1

1

I suggest you use a a different testnet, like Görli testnet.

Kovan is based on OpenEthereum (Parity) code and is being phased out.

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435