This is Part 2 in a series of workshops exploring transactions in Ethereum. Other sessions include the following topics:
#1 Verifying contracts (watch here: • Workshop: Ethereum Transactions - #1 Verif... )
#3 Event logs
#4 Internal transactions
#5 Execution trace
Areas covered in this workshop:
Explain what function signatures are
Walk through converting between method ID & function (text to byte signature)
Walk through converting between hex & other data types (integer, string, bool, etc)
How to send & read Ethereum messages
Explore decoding calldata nested in arrays
Slides:
https://docs.google.com/presentation/...
Prerequisites:
Have watched Part 1: • Workshop: Ethereum Transactions - #1 Verif...