Tag: ABI

Solidity X-Ray series : Mastering ABI - Part 1

A Human can read / create a piece of code in a (high-level) language that she understands. But, a Machine can only understand a code in its own (low-level) machine language to execute it. This simply means that there must be a “Gateway” that does the conversion from a human languag...