Hi guys, I'm deploying a game on Ethereum smart contract, and there is 'out of gas' error on deploying in the dev environment with truffle, because I used a lot of rules and calculations in my contract.
I changed the gas and gas price in the config, but there is still the problem.
Is there a limit to the number of rules and calculations on smart contracts?
when I comment a part of codes on the contract, there isn't any problem.
Mar 13, 2020, 11:32 PM