Wang Liang
Wang Liang

Reputation: 4444

How I can get test account to deploy smart contract with truffle?

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?

Upvotes: 0

Views: 226

Answers (1)

Mikko Ohtamaa
Mikko Ohtamaa

Reputation: 83666

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

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

Upvotes: 1

Related Questions