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?