Overview kzbin.info/www/bejne/qKbGi6WCZtOChZo Codiing video kzbin.info/www/bejne/oIqxn5SqjbemeNU Code github.com/t4sk/hello-foundry Book book.getfoundry.sh/ Solidity by Example solidity-by-example.org/
@idrees2516 Жыл бұрын
this series is much needed
@NerdyDave Жыл бұрын
Got here as soon as I saw this. Thanks for the video
@lundeng76143 ай бұрын
That is so neat!
@sheraztariq5811 Жыл бұрын
Thanks for your effort. I have two questions: 1) Does `vm.sign()` use `eth_signTypedData`? 2) For using permit we need to prepare eip712 structured data and then sign structured message. How it is being done in the video.
@DeepakKumar-uz4xy Жыл бұрын
i have confusion between IERC20PERMIT and ERC20PERMIT.sol. why we require both
@smartcontractprogrammer Жыл бұрын
IERC20Permit is interface ERC20Permit is a contract that implements IERC20Permit
@sanchaykumar8 Жыл бұрын
Thank you so much for this amazing series, I've a doubt => Shouldn't the FEE have gone into the address(gasless) which has been defined as the "spender" instead of address(this) which is the address of the test_contract
@smartcontractprogrammer Жыл бұрын
If you did that, FEE would be stuck in gasless contract
@sanchaykumar8 Жыл бұрын
@@smartcontractprogrammer Oh got it, thankss!
@ManWorking-d8p8 ай бұрын
What does "gasless" mean? This transfer does not need to pay for network fee?
@smartcontractprogrammer8 ай бұрын
someone else is paying for your transaction fee
@betsakmapagmahal3620 Жыл бұрын
Man can you suggest me where to start? I have basic knowledge in coding