Demystifying ABI Encoding in solidity
introduction
ABI encoding is the standard way used in the Ethereum ecosystem to communicate and exchange data with smart contracts. It can also be defined as a process in Solidity that converts function signatures, arguments, and other data types int...
djibrilm-blog.hashnode.dev5 min read