Hi guys
I have 3 questions.
(1) How is it possible to send ERC20 Tokens without gas?
set gas price VERY low and pray or try solo mine ethereum and eventually include your txn in a block
(2) If I want to send ERC20 Tokens from, lets say Account A with 0 Ethereum to Account B with Ethereum and have account B pay for the transaction gas, how do I do that?
Write down a smart contract that compensates for fee of received txns.
(3) How is this guy in the examples doing it and is the gas being paid and by which account, the sender or receiver?
He probably used first technique.